...
- a container selector based on the ID of the list (
"#todo-list"
) - an optional object containing configuration parameters, in this case a custom selector identifying the movable items, based on the ID prefix of the list items (
"[fluid:id^=myUniquePrefix]"
)
For detailed information about the List Reorderer, see List Reorderer API.
...
Sorting Grids
The Grid Reorderer interface allows developers to make basic grid of elements reorderable with a single line of JavaScript.
...
For detailed information about the Grid Reorderer, see Grid Reorderer API.
...
Sorting Portlets or other content modules
...
For detailed information about the Layout Reorderer, see Layout Reorderer API.
...
Full API
For specific details on the full Reorderer API, see Reorderer API