Skip to main content

Search and Top Navigation

#7140 closed feature (fixed)

Opened March 18, 2011 01:03PM UTC

Closed April 28, 2011 06:57PM UTC

Tabs: Add refresh method

Reported by: scottgonzalez Owned by:
Priority: blocker Milestone: 1.9.0
Component: ui.tabs Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

The add and remove methods will be removed in favor of a new refresh method. This is consistent with how new plugins are updated after initialization. Removing these methods also means that the add and remove events are being removed.

Attachments (0)
Change History (5)

Changed March 18, 2011 01:03PM UTC by scottgonzalez comment:1

priority: minorblocker
status: newopen

Changed March 18, 2011 01:04PM UTC by scottgonzalez comment:2

blocking: → 7141

Changed April 28, 2011 06:54PM UTC by scottgonzalez comment:4

description: All options related to templating are being removed. The templating in tabs is a one-off implementation and creates an inconsistency with the rest of jQuery UI. This change includes the removal of the idPrefix,tabTemplate, and panelTemplate options.The add and remove methods will be removed in favor of a new refresh method. This is consistent with how new plugins are updated after initialization. Removing these methods also means that the add and remove events are being removed.

Changed April 28, 2011 06:57PM UTC by scottgonzalez comment:5

resolution: → fixed
status: openclosed

Finished implementation in 5d23e8eacd95b0bcb859c4303a39709ef8a4dc86 and 09faa7c9fa6d16313485d727e3943303c0181ebf.