Bug Tracker

Modify

Ticket #3300 (closed enhancement: invalid)

Opened 5 years ago

Last modified 5 years ago

UI Tabs : appendTo

Reported by: rdewitte Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: tabs Cc:
Blocking: Blocked by:

Description

Would be nice to include appendTo option to ui.tabs. Useful.

Replace : $panel.appendTo(this.element[0].parentNode); by $panel.appendTo(o.appendTo != null ? $(o.appendTo) : this.element[0].parentNode);

And add an option default appendTo : null

And it allows to append tabs to another container.

Change History

comment:1 Changed 5 years ago by flesler

  • Status changed from new to closed
  • Resolution set to invalid

This belongs to jQuery UI. Please repost this to the  UI Bug Tracker.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.