a slider component that dont must emmbedded in a form..
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| clientId | String | NOT Allow Null | prop:componentResources.id | literal | The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness. |
| disabled | boolean | NOT Allow Null | false | prop | If true, then the field will render out with a disabled attribute (to turn off client-side behavior). Further, a disabled field ignores any value in the request when the form is submitted. |
| inc | Number | NOT Allow Null | 1 | prop | increments x on every step. |
| max | Number | NOT Allow Null | 100 | prop | max. slide-able value. |
| min | Number | NOT Allow Null | 0 | prop | min. slide-able value. |
| value | Number | Required, NOT Allow Null | prop | The value to read or update. |