Skip to main content

Search and Top Navigation

#7141 closed feature (fixed)

Opened March 18, 2011 01:04PM UTC

Closed April 29, 2011 02:13AM UTC

Tabs: Deprecate add and remove methods

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:04PM UTC by scottgonzalez comment:1

blockedby: → 7140
priority: minorblocker
status: newopen

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

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 29, 2011 01:36AM UTC by scottgonzalez comment:4

Methods fully implemented and tested in 1bacdec6be7e9d543224c69344041aaccde059c0. Still need tests for related events.

Changed April 29, 2011 02:13AM UTC by scottgonzalez comment:5

resolution: → fixed
status: openclosed

Event tests added in 468e66ae62026a4a8c2be9c06222decbbcde4285.