| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| bean | true | false | com.icesoft.faces.facelets.component.spinner.DateSpinner | The bean attribute must resolve to an instance of the DateSpinner class. |
| type | false | false | java.lang.String | Sets the dateTimeConverter type property [both|date|time} (default both) |
| width | false | false | java.lang.String | Sets the width of the input field (default 200px) |
| dateStyle | false | false | java.lang.String | Sets the dateStyle property of the dateTimeConverter [default|short|medium|long|full] (default is 'default') |
| readonly | false | false | java.lang.Boolean | Passed through to the underlying UIInput component |
| partialSubmit | false | false | java.lang.Boolean | Passed through to the underlying ICEfaces input component (default true) |
| styleClassInput | false | false | java.lang.String | Passed through to styleClass attribute of ice:inputText component |
| effect | false | false | com.icesoft.faces.context.effects.Effect | The Javascript Effect |
| title | false | false | java.lang.String | Passed through to underlying component |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |