| Tag: ctree-row | Create a row within a clist. Use the 'ctree-cell' tag for individual entries. |
|
| Attrib Name |
Type |
Possible Values |
Description |
| expanded |
boolean |
null |
Determine or set if this row is expanded to show its children. |
| onbuttonpress |
function |
(ctree_node, row_node, cell_node, button, row_column, x_position) |
Function to call whenever a mouse button is pressed in a row |
| oncollapse |
function |
(ctree_node, collapsed_node) |
Function to call when a row is collapsed. |
| ondeselect |
function |
(ctree_node, deselected_node, selected_column) |
Function to call when a row is deselected |
| ondoubleclick |
function |
(ctree_node, row_node, cell_node, button, row_column, x_position) |
Function to call when a row is double clicked. |
| onexpand |
function |
(ctree_node, expanded_node) |
Function to call when a row is expanded |
| onselect |
function |
(ctree_node, selected_node, selected_column) |
Function to call when a row is selected |
| selected |
boolean |
null |
Determine or set if this row is selected. |
| style |
string |
Comma seperated style rules. |
The look and color of this row. |