coffeescript-ui
Version:
Coffeescript User Interface System
31 lines (15 loc) • 892 B
Markdown
```div-parameter
## Parameter ProgressMeter
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| states | <dt><Array> | - | no | Lorem |
| state | <dt>(v) => @__checkState(v) | - | no | Lorem |
| css_property_percent | <dt><String> | "width" | no | CSS-property to set to the current percent fill, filler will be hidden, if percent is null. |
| size | <dt><String> = <dd>"auto" | "mini" | "normal" | "big" | "auto" | yes | Lorem |
| appearance | <dt><String> = <dd>"auto" | "normal" | "important" | "auto" | yes | Lorem |
## Callbacks ProgressMeter
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onUpdate | <dt>function() | - | no | Lorem |
```
@@include(../../core/dom/dom_p.md)