coffeescript-ui
Version:
Coffeescript User Interface System
28 lines (20 loc) • 1.22 kB
Markdown
```div-parameter
## Parameter options
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| hash_store | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| radio | <dt><String><dt><Boolean> | - | no | Lorem |
| radio_unchecked_value | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| min_checked | <dt>this.radio = 0 or 1<dt><Integer> >= 0 | - | no | Lorem |
| horizontal | <dt><Boolean> = true<dt><dt><Integer> > 0 | - | no | <dt>true<dd>all fields horizontal<dt>false<dd><dt>1 … n<dd>n fields horizontal |
| title | <dt><String> | - | no | Lorem |
| activatable | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| sortable | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| sortable_hint | <dt><String> | - | no | Lorem |
| placeholder | <dt><String> | "No options available." | - | no | Lorem |
## Callbacks options
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| options | <dt><Array><dt>function() | - | yes | Lorem |
```
@@include(../datafield/datafield_p.md)