Sort Block Element Element
Getting Started | API | Elements | Actions | Validators | Handlers | About
Table of Contents
1 Sort Block Element - #sortblock {}
The sort block element allows you to make a list of Nitrogen elements sortable by the user.
1.1 Usage
#sortblock { tag=block1, items=[ #sortitem { tag=item1, body="Item 1" }, #sortitem { tag=item2, body="Item 2" }, #sortitem { tag=item3, body="Item 3" } ]}
1.2 Attributes
- tag - (Erlang term)
- The term to pass into the sort_event/2 event.
- items - (list of #sortitem elements)
- The #sortitem elements that will be sortable.
- group - (atom or string)
- The name of this sortable group.
- connect_with_groups - (list of atoms or strings)
- The other groups that can accept items from this group.
- handle - (atom or string)
- A CSS class that will be used as the drag handle for #sortitems.
1.3 Callbacks
1.3.1 sort_event(BlockTag, ListOfItemTags)
Called when the user sorts elements. BlockTag is the tag associated with this sort block. ListOfItemTags is a list of item tags in the new order specified by the user.
1.4 See Also
Date: 2010-11-22 10:50:08 EST
HTML generated by org-mode 7.01h in emacs 24