Skip to main content

Search and Top Navigation

#6895 closed feature (fixed)

Opened January 24, 2011 06:32PM UTC

Closed January 24, 2011 06:33PM UTC

Widget: Allow non-DOM based widget

Reported by: scottgonzalez 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.

Attachments (0)
Change History (1)

Changed January 24, 2011 06:33PM UTC by Scott González comment:1

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