Widget_widget - gd-99/symbiogd GitHub Wiki

Options

The widget's options.

Methods

  • Number id() : Get this widget's id.
  • Number pid() : Get the process id which was running when creating the widget.
  • destroy() : Destroy this widget.
  • String selector() : Get a selector for this widget.

Static methods

  • String $.webos.widget.namespace() : Get the widgets' namespace.
  • Boolean $.webos.widget.is(element, widgetName) : Check if an element if a specified widget or not.
  • jQuery element The element which will be tested.
  • String widgetName The widget's name.
  • jQuery $.webos.widget.filter(element, widgetName) : Filter elements by widget name.
  • jQuery element Elements to filter.
  • String widgetName The widget's name.
  • String $.webos.widget.get(element) : Get an element's widget name. Deprecated: Manipulates a large number of elements..
  • jQuery element The element.
  • jQuery $.webos.widget.listAll() : List all widgets. Deprecated: Manipulates a large number of elements..
  • $.webos.widget.list() : List all widgets. Deprecated: Use $.webos.widget.listAll() instead..