Ticket #6895 (closed feature: fixed)
Widget: Allow non-DOM based widget
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.widget | Version: | 1.8.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
It should be possible to generate widgets that aren't tied a DOM element. In this case, the widget should set this.element to a jQuery object containing the actual widget instance. This will allow events to be bound and triggered directly on the widget instance.
Change History
Note: See
TracTickets for help on using
tickets.


Widget: Allow this.element to be the widget instance instead of a DOM element. Fixes #6895 - Widget: Allow non-DOM based widget.