tool_lp/dragdrop-reorder

Drag and drop reorder via HTML5.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(static) dragdrop(group, dragHandleText, sameNodeText, parentNodeText, sameNodeClass, parentNodeClass, dragHandleInsertClass, callback)

Source:

Create an instance of M.tool_lp.dragdrop

Parameters:
Name Type Description
group String

Unique string to identify this interaction.

dragHandleText String

Alt text for the drag handle.

sameNodeText String

Used in keyboard drag drop for the list of items target.

parentNodeText String

Used in keyboard drag drop for the parent target.

sameNodeClass String

class used to find the each of the list of items.

parentNodeClass String

class used to find the container for the list of items.

dragHandleInsertClass String

class used to find the location to insert the drag handles.

callback function

Drop hit handler.