coffeescript-ui
Version:
Coffeescript User Interface System
21 lines (19 loc) • 1.05 kB
Markdown
```div-parameter
## Parameter NumberInput
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| decimals | <dt><Integer> | 0 | no | Lorem |
| symbol | (v) -> isString(v) and v.length > 0 | - | no | Lorem |
| symbol_before | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| store_as_integer | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| decimalpoint | <dt><String> = <dd>"," | "." | "." | yes | Lorem |
| separator | (v) -> isString(v) and v.length > 0 | - | no | Lorem |
| min | <dt>isNumber | null | no | Lorem |
| max | (<dt>isNumber | null | no | Lorem |
| <span class="removed-opt">checkInput</span> | | | | |
| <span class="removed-opt">getValueForDisplay</span> | | | | |
| <span class="removed-opt">getValueForInput</span> | | | | |
| <span class="removed-opt">correctValueForInput</span> | | | | |
| <span class="removed-opt">prevent_invalid_input</span> | | | | |
```
@@include(../input/input_p.md)