Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#6654 closed feature (wontfix)

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

Change History (3)

comment:1 Changed 12 years ago by Corey Frang

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

comment:2 Changed 12 years ago by Scott González

Resolution: wontfix
Status: newclosed

This functionality is being deprecated in 1.9.

comment:3 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.