Search and Top Navigation
#6654 closed feature (wontfix)
Opened November 15, 2010 09:49PM UTC
Closed May 16, 2011 04:53PM UTC
Last modified October 11, 2012 09:15PM UTC
Allow a tabs() option to specify the container which will hold panels
Reported by: | dsh | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When allowing tabs() to auto-create panels, one has no control over where that panel will be created.
For our layout we need finer control on where auto-generated panels go.
Add an option "panelContainer" that specifies a selector or DOM element where auto-created panels will be placed.
[Patch coming shortly...]
Couldn't you also just
and move it yourself? Although it might be nice to specify a selector other than ("ol,li").eq(0) for your tabs-nav...