Abstract
Sortable lists will be used to display entries in list format. The order of entries in the sortable list can be changed as you like.
Checks if data-item-key or data-item-primarykey exists.
data-item-key
data-item-primarykey
get checked if it's exist
of attribute which should be checked
Returns all li-elements in the list.
Returns data-item-key of the selected element.
Marks element while mousedown or function call as selected and writes data-key into input field.
data-key
which element should be marked as selected
User can move elements by using this function
Element which should be moved
Is the parent element of idFrom
idFrom
Reloads the sortable list
Mark the element by data-item-primarykey (rec id).
Sortable lists will be used to display entries in list format.
The order of entries in the sortable list can be changed as you like.