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.

Change History (1)

comment:1 Changed 12 years ago by Scott González

Resolution: fixed
Status: newclosed

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

Changeset: cc90b440607a1af87c4abb8b2ee3325e96b0f5a1

Note: See TracTickets for help on using tickets.