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 comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed December 30, 2009 05:50PM UTC by comment:2
component: | ui.core → ui.widget |
---|---|
resolution: | fixed |
status: | closed → reopened |
This was done in the dev branch, not in trunk.
Changed December 30, 2009 06:05PM UTC by comment:3
owner: | → scott.gonzalez |
---|---|
status: | reopened → accepted |
Fixed (again) in dev branch in r3560.
Changed January 07, 2010 04:00AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | accepted → closed |
Fixed in trunk in r3621 with merge.
Implemeneted in r3365.