Active
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 20:07 UTC
Updated:
18 Aug 2009 at 21:43 UTC
Hi
In the Admin-menu module, there is a useful function which allow to add into the op level menu bar all the tabs-primary links. (View, edit, track..)
In my template i need to use tabs that can be nested (jquery UI tabs do) but i don't want them to be "primary-tabs" or whatever. just tabs.
How can i override the function to make it works?
Thanks for your help
Comments
Comment #1
nedjoThis would require a new feature. Implementation might be:
1. 'tabset' element has a new attribute, '#style'. Options are drupal_core and all available themes that ship with jquery_ui.
2. In rendering, we conditionally load jquery_ui theme css.
3. We also pass the theme in Drupal.settings and use that to conditionally add the classes used by Drupal core for primary/secondary tabs.
I'd welcome a patch.