coffeescript-ui
Version:
Coffeescript User Interface System
19 lines (14 loc) • 722 B
Markdown
```div-parameter
## Parameter Modal
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| cancel | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| cancel_action | <dt><String> = <dd>"destroy" | "hide" | "destroy" | no | Lorem |
| fill_screen_buttons | <dt><Boolean> | - | no | Show a fill screen button<dt>true<dd><dt>false<dd> |
## Callbacks Modal
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onCancel | <dt>function() | - | no | Lorem |
| onToggleFillScreen | <dt>function() | - | no | |
```
@@include(../layerpane/layerpane_p.md)