| 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.editablelist.EditableList | The bean attribute must resolve to an instance of the EditableList class. |
| listWidth | false | false | java.lang.String | Sets the width of the list (default 100px) |
| listHeight | false | false | java.lang.String | Sets the height of the list (default 100px) |
| autocomplete | false | false | java.lang.Boolean | Passed through to the input elements. |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |
| effect | false | false | com.icesoft.faces.context.effects.Effect | The Javascript Effect |
| readonly | false | false | java.lang.Boolean | Passed through to the underlying UIInput component |
| size | false | false | java.lang.String | Passed through to size attribute in ice:selectManyListbox |
| title | false | false | java.lang.String | Passed through to underlying component |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |
| styleClassList | false | false | java.lang.String | Passed through to styleClass attribute in ice:selectManyListbox |
| styleClassInput | false | false | java.lang.String | Passed through to styleClass attribute in ice:inputText |