| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the multicontrol to construct. This has to be the same id as is the id of the label and the context help associated with this control. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| cssclass | false | true | java.lang.String | CSS class for the multi control generated by this tag. This is different than the inputcssclass, which sets the style of the input control itself. This value sets the style of the block element containing the input control and the button. |
| size | false | true | java.lang.String | Size of the input tag used to limit viewable area. |
| maxlength | false | true | java.lang.String | No Description |
| inputcssclass | false | true | java.lang.String | No Description |
| combocontrol | false | true | java.lang.String | Flag specifying if a combobox control has to be generated or not as part of this multi control. Default value is true. If combobox control should be shown then this attribute should say true or 1. |
| editcontrol | false | true | java.lang.String | Flag specifying if an edit field control has to be generated as part of this multi control. Default value is true. If edit control should be shown then this attribute should say true or 1. |
| onchangecombo | false | true | java.lang.String | JavaScript code to execute when the selection changes in combobox. |
| onkeyupedit | false | true | java.lang.String | JavaScript code to execute on key up event of edit field. |