Re: Jquery plugin sj:tab

2011-03-14 Thread Johannes Geppert
have you seen the example in thw http://www.weinfreund.de/struts2-jquery-showcase/index.action struts2 jquery plugin showcase ? There is an example for enabling disabled tabs. JavaScript Code: $.subscribe('tabchange', function(event,data) { var tab = event.originalEvent.ui.index;

Re: Jquery plugin sj:tab

2011-03-14 Thread Dave Newton
Use plain text. It probably doesn't do anything--I haven't looked at the implementation, but if it's like a lot of other S2 tags, it'd be a base tag attribute for plain HTML tags that don't have any meaning for Dojo/jQuery/etc. tags since those require framework-specific impls. IMO for anything b

Re: Jquery plugin sj:tab

2011-03-14 Thread roger
Lets try that again, it looks like the nabble interface I'm using doesn't like < and > tags. The question was "what does actually do? Regards -- View this message in context: http://struts.1045723.n5.nabble.com/Jquery-plugin-sj-tab-tp3556130p3556205.html Sent from

Re: Jquery plugin sj:tab

2011-03-14 Thread roger
Sorry - don't quite know what happened there. What should have appeared was "what does actually do?" Sorry -- View this message in context: http://struts.1045723.n5.nabble.com/Jquery-plugin-sj-tab-tp3556130p3556202.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Jquery plugin sj:tab

2011-03-14 Thread Dave Newton
What does what do? Dave On Mon, Mar 14, 2011 at 6:56 AM, roger wrote: > What does  do? I was expecting it to prevent a user clicking on the tab and > displaying its contents. > > I'm trying to develop a page where each tab represents a step in a > wizard-like data entry. I want to be able to dyn

Jquery plugin sj:tab

2011-03-14 Thread roger
What does do? I was expecting it to prevent a user clicking on the tab and displaying its contents. I'm trying to develop a page where each tab represents a step in a wizard-like data entry. I want to be able to dynamically enable/disable each tab so that, depending on the data input so far (and