Posted by alanburke on October 20, 2008 at 1:49pm
Jump to:
| Project: | Tabs (jQuery UI tabs) |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Following on from #323676: Themeing per tabset,
It would be useful to have different javascript properties per tabset level.
I could use a "rotate" transition on one particular tabset.
There must be a way to do this by adding some javascript, at theme or custom module layer - but I haven't worked it out just yet.
Alan
Comments
#1
Alan, I think the effort to integrate jQuery UI and jQuery Update will leverage the latest features of jquery UI tabs (from jquery) including rotation. Eventually I think you'd be able to call
$('#tabs-yourtabset > ul').tabs('rotate', 2000);check http://drupal.org/node/275760 for current status on this.
#2
Thanks for the pointer!