Skip to main content

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...]

Attachments (0)
Change History (3)

Changed March 28, 2011 09:19PM UTC by gnarf comment:1

Couldn't you also just

 .find('.ui-tabs-nav') 
and move it yourself? Although it might be nice to specify a selector other than ("ol,li").eq(0) for your tabs-nav...

Changed May 16, 2011 04:53PM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

This functionality is being deprecated in 1.9.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted