Description Usage Arguments Value
Creates the individual draggable items and options in drag and drop zones.
1 2 3 4 5 6 7 8 9 10 11 12 |
zone |
Container zone type: either |
type |
Are these |
items |
List of item labels, with names corresponding to values |
ids |
If multivalued, these will be unique ids |
selected |
Selected items (array length of items - either NA or ds-selected) |
invisible |
Invisible items (array length of items - either NA or ds-invisible) |
locked |
Locked items (array length of items - either NA or ds-locked) |
freeze |
No items allowed before these. Analogous to freezing the first few columns of a spreadsheet (array length of items - either NA or ds-freeze). Makes since only for first initial items, and when used in conjunction with locked. Frozen items also cannot be toggled. |
togglevis |
Add an icon to allow toggling items between visible/invisible. |
togglelock |
Add an icon to allow toggling items between locked/unlocked. |
div element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.