| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the dynamic list control 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. |
| buffername | false | true | java.lang.String | Name of the input hidden parameter that stores data to submit to the server. The variable will be populated by the custom tag and will contain all data the control contains when the form is submitted to the server. The data are have following format: item_id_1;order_number_1:encode(item_text_1)#...#item_id_N;order_number_N:encode(item_text_N) |
| removedname | false | true | java.lang.String | Name of the input hidden parameter that stores data to submit to the server. |
| changedname | false | true | java.lang.String | Name of the input hidden parameter that stores data to submit to the server. |
| focus | false | true | java.lang.String | Does the edit field of the dynamic list control have focus when it is displayed on the page or not. Only one control on a page or tab can be marked as focus at a time. If multiple controls are marked this way, then the first one on the page or tab will get the focus. If this control have focus when it is displayed on the page this value should be true or 1. |
| disabled | false | true | java.lang.String | Flag specifying if the dynamic list control is initially disabled therefore preventing user to enter or modify value it contains. |
| size | false | true | java.lang.String | Size of the select list specifying how many items are visible at once. |
| listlabel | false | true | java.lang.String | Label displayed above the list of existing (added) items. |
| check | false | true | java.lang.String | Flag specifying if there will be checkbox following the edit field control in the first row. |
| checklabel | false | true | java.lang.String | Label displayed in front of the checkbox control in the first row. |
| checkidentifier | false | true | java.lang.String | String that will appended to the string in the edit field if the checkbox was checked when the Add button was pressed. This identifier will be visible within the multi select control below as part of the added item. |