Widget_draggable - gd-99/symbiogd GitHub Wiki

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

Child of $.webos.widget.

Options

Options:

  • data: data associated with the draggable element
  • dataType: the data type
  • sourceFile: the source file
  • jQuery dragImage: the image that will be dragged
  • revert: do not change the draggable position when dragged
  • iframeFix: allow the draggable to be dragged over iframes
  • distance: the minimum distance traveled before begining to drag this element

Methods

This class hasn't any method.

Static methods

This class hasn't any static method.