Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Widget_droppable

Simon Ser edited this page Feb 18, 2014 · 1 revision

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.

Clone this wiki locally