coffeescript-ui
Version:
Coffeescript User Interface System
20 lines (15 loc) • 728 B
Markdown
```div-parameter
## Parameter ListViewColumn
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| class | <dt><String> | *empty String* | no | Lorem |
| attrs | <dt><PlainObject> | null | no | Lorem |
| text | <dt><String> | - | no | Lorem |
| colspan | <dt><Integer> | - | no | <dt>1<dd><dt>2<dd><dt>...<dt>n<dd> |
| element | <dt>isContent<dt><String> | - | n | Lorem |
## Callbacks ListViewColumn
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onSetElement | <dt>function() | - | no | |
```
@@include(../../../core/element/element_p.md)