coffeescript-ui
Version:
Coffeescript User Interface System
26 lines (17 loc) • 802 B
Markdown
```div-parameter
## Parameter Tab
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| name | <dt><String> | - | no | Lorem |
| text | <dt><String> | - | yes | Lorem |
| content | <dt><String><dt>inContent | check: (v) -> | yes | Lorem |
| content_placeholder | <dt>isContent | - | no | Lorem |
| load_on_show | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
## Callbacks Tab
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onFirstActivate | <dt>function() | - | no | Lorem |
| onActivate | <dt>function() | - | no | Lorem |
| onDeactivate | <dt>function() | - | no | Lorem |
```
@@include(../../../core/dom/dom_p.md)