Widget_droppable - gd-99/symbiogd GitHub Wiki

A droppable element. Use the widget ui_draggable for jQuery UI's droppable widget.

Child of $.webos.widget.

Options

Options:

  • accept: the dataType accepted for this droppable

Methods

  • Boolean accept(el) : Check if this droppable accepts a given draggable element.
  • jQuery el The draggable element.

Static methods

This class hasn't any static method.