Opened 12 years ago
Closed 12 years ago
#6895 closed feature (fixed)
Widget: Allow non-DOM based widget
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
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.