Function
A sortable unordered-list with a fixed header for use in dijit.demos.chat for demonstration purposes only for now. feel free to make API suggestions or fixes.
String
The title in the header
String
In the event a parent container is expecting a title="" attribute, set it for the parent via title, and the title of this widget via heading="" ... assuming you want different titles for each. eg: TabContainer, AccordionContainer, etc.
Boolean
Toggle sort order based on this value.
Array
A list of the selected <li> nodes at any given time.
Boolean
toggle to enable/disable sorting
Function
Function
Function
Function
do our additional calculations when resize() is called by or in a parent
Function
sort the data, and style the nodes.
Function
set hover state
Function
remove hover state (FIXME: combine with _set?)
Function
click listener for data portion of widget. toggle selected state of node, and update this.selected array accordingly
Function
Function
a basic sort function, use query sort, or keep this?
Function
Sets the widget title to a String
Function
stub function, passes the last changed item, and is fired after current state
Object
Object