coffeescript-ui
Version:
Coffeescript User Interface System
21 lines (16 loc) • 817 B
Markdown
```div-parameter
## Parameter ListViewTree
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| rowMoveWithinNodesOnly | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| children | <dt><Array> | - | no | Lorem |
| selectable | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| no_hierarchy | <dt><Boolean> | false | no | <dt>true<dd><dt>dont display a tree hierarchy<dd> |
| root | <dt>instanceof ListViewRow | - | no | Lorem |
## Callbacks ListViewTree
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onOpen | <dt>function() | - | no | Lorem |
| onClose | <dt>function() | - | no | Lorem |
```
@@include(../listview/listview_p.md)