Opened 13 years ago
Closed 13 years ago
#4913 closed feature (fixed)
Add a "widget" method
Reported by: | Jörn Zaefferer | Owned by: | Scott González |
---|---|---|---|
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.
Change History (4)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Component: | ui.core → ui.widget |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
This was done in the dev branch, not in trunk.
comment:3 Changed 13 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | reopened → accepted |
Fixed (again) in dev branch in r3560.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in trunk in r3621 with merge.
Note: See
TracTickets for help on using
tickets.
Implemeneted in r3365.