Generated by JsDoc Toolkit 2.4.0 on Sat Feb 26 2011 14:41:28 GMT-0000 (GMT)
HTML template: Codeview

Namespace TableTools#s.select

Select rows specific information
Defined in: TableTools.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
TableTools#s.select.all
Indicate if all rows are selected (needed for server-side processing)
<static>  
TableTools#s.select.postDeselected
Function to run when a row is deselected
<static>  
TableTools#s.select.postSelected
Function to run when a row is selected
<static>  
TableTools#s.select.preRowSelect
Function to run before the selection can take place.
<static>  
TableTools#s.select.selected
Array of nodes which are currently selected
<static>  
TableTools#s.select.selectedClass
Class name to add to selected TR nodes
<static>  
TableTools#s.select.type
Select type - can be 'none', 'single' or 'multi'
Namespace Detail
TableTools#s.select
Field Detail
<static> {boolean} TableTools#s.select.all
Indicate if all rows are selected (needed for server-side processing)
Default Value:
false
<static> {Function} TableTools#s.select.postDeselected
Function to run when a row is deselected
Default Value:
null
<static> {Function} TableTools#s.select.postSelected
Function to run when a row is selected
Default Value:
null
<static> {Function} TableTools#s.select.preRowSelect
Function to run before the selection can take place. Will cancel the select if the function returns false
Default Value:
null
<static> {array} TableTools#s.select.selected
Array of nodes which are currently selected
Default Value:
[]
<static> {String} TableTools#s.select.selectedClass
Class name to add to selected TR nodes
Default Value:
""
<static> {string} TableTools#s.select.type
Select type - can be 'none', 'single' or 'multi'
Default Value:
""