Ticket #4913 (closed feature: fixed)
Add a "widget" method
| Reported by: | joern.zaefferer | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.widget | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 4 years ago by joern.zaefferer
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution fixed deleted
- Component changed from ui.core to ui.widget
This was done in the dev branch, not in trunk.
Note: See
TracTickets for help on using
tickets.


Implemeneted in r3365.