| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| value | true | false | java.lang.Integer | An integer property |
| min | false | false | java.lang.Integer | An integer value or property (default 0) |
| max | false | false | java.lang.Integer | An integer value or property (default 100) |
| thumbImage | false | false | java.lang.String | A url of an image. Basic image included. |
| handleCss | false | false | java.lang.String | CSS properties for the custom handle, usually defining at least width and height |
| railSize | false | false | java.lang.String | CSS length value (default 150px) |
| orientation | false | false | java.lang.String | vertical or horizontal (default horizontal) |
| singleSubmit | false | false | java.lang.String | True enable single submit when the slider move has been completed. False will disable single submit and the invisible input field will updated but not submitted to the server, submission will only occure when the containing form is submitted. Default value is true. |
| updateOnEvent | false | false | java.lang.String | Deprecated, use single submit instead. |