Ticket #6895 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

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

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

  • Status changed from new to closed
  • Resolution set to fixed

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.