Skip to main content

Search and Top Navigation

#4913 closed feature (fixed)

Opened October 15, 2009 03:56PM UTC

Closed January 07, 2010 04:00AM UTC

Add a "widget" method

Reported by: jzaefferer Owned by: scottgonzalez
Priority: major Milestone: 1.8
Component: ui.widget Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Widgets create wrappers around the selected element, or place new elements elsewhere in the DOM. A new method "widget", available for all widgets, gives access to that element. For widgets not creating such an additional element, "widget" will return the original element on which the widget is applied.

Attachments (0)
Change History (4)

Changed October 15, 2009 03:56PM UTC by jzaefferer comment:1

resolution: → fixed
status: newclosed

Implemeneted in r3365.

Changed December 30, 2009 05:50PM UTC by scottgonzalez comment:2

component: ui.coreui.widget
resolution: fixed
status: closedreopened

This was done in the dev branch, not in trunk.

Changed December 30, 2009 06:05PM UTC by scottgonzalez comment:3

owner: → scott.gonzalez
status: reopenedaccepted

Fixed (again) in dev branch in r3560.

Changed January 07, 2010 04:00AM UTC by scottgonzalez comment:4

resolution: → fixed
status: acceptedclosed

Fixed in trunk in r3621 with merge.