coffeescript-ui
Version:
Coffeescript User Interface System
30 lines (23 loc) • 1.3 kB
Markdown
```div-parameter
## Parameter DataField
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| data | <dt><Plain-Object><dd>*Needs at least one property / key*<dt>function() | - | no | Lorem |
| data_not_for_others | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| disabled | <dt><Boolean><dt>function() | false | no | <dt>true<dd><dt>false<dd> |
| tooltip | <dt><Plain-Object> | - | no | Lorem |
| hidden | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| form | <dt>{} | - | no | Lorem |
| undo_support | <dt><Boolean> | true | no |<dt>true<dd><dt>false<dd> |
| undo__and_change_support | <dt><Boolean> | - | no |<dt>true<dd><dt>false<dd> |
| mark_change | <dt><Boolean> | true | no |<dt>true<dd><dt>false<dd> |
| check_change | <dt><Boolean> | true | no |<dt>true<dd><dt>false<dd> |
## Callbacks DataField
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onDataChanged | <dt>function() | - | no | Lorem |
| onDataInit | <dt>function() | - | no | Lorem |
| onInit | <dt>function() | - | no | Lorem |
| onRender | <dt>function() | - | no | |
```
@@include(../../core/dom/dom_p.md)