coffeescript-ui
Version:
Coffeescript User Interface System
29 lines (22 loc) • 1.14 kB
Markdown
```div-parameter
## Parameter Panel
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| text | <dt><String> | - | yes | Lorem |
| content | <dt>isContent<dt><String> | - | no | Lorem |
| content_placeholder | <dt>isContent | - | no | Lorem |
| load_on_open | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| radio | <dt><String><dt><Boolean> = true | "panel-switcher" | no | <dt>String.<dd><dt>true<dd> |
| closed | <dt><Boolean> | true | no | <dt>true<dd><dt>false<dd> |
| icon_opened | <dt><String> | "fa-angle-down" | no | Lorem |
| icon_closed | d<dt><String> | "fa-angle-right" | no | Lorem |
| footer_right | {} | - | no | Lorem |
| footer_left | {} | - | no | Lorem |
## Callbacks Panel
| 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)