coffeescript-ui
Version:
Coffeescript User Interface System
18 lines (16 loc) • 891 B
Markdown
```div-parameter
## Parameter ConfirmationDialog
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| title | <dt><String> | - | no | Defines the ConfirmationDialog's title |
| text | <dt><String> | - | no | Defines the ConfirmationDialog's text |
| markdown | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| html | <dt><String> | - | no | Lorem |
| content | <dt>isContent<dt><DOM> | - | no | Lorem |
| icon | <dt><Object> = Icon<dt><String> | - | no | <dt>Icon-Element<dd><dt>Name of Icon as String<dd> |
| buttons | <dt><Array> = lenght > 0<dt>function() | - | no | Lorem |
| footer_left | {} | - | no | Lorem |
| footer_right | {} | - | no | Lorem |
| <span class="removed-opt">pane</span> | | | | |
```
@@include(../modal/modal_p.md)