| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | Id assigned to the block element container generated by this tag that will contain all the other elements. |
| prefix | true | true | java.lang.String | Prefix used for all html fields generated by this tag. |
| disabled | false | true | java.lang.String | If the controls generated by this tag should be disabled then this attribute should say true or 1. |
| ordereditems | false | true | java.lang.String | Values specifying mapping between ids of data objects managed by the controls and artificial order number specifying order of those data objects, The format for order is: ID1:ORDER_NUMBER1;ID2:ORDER_NUMBER2;...;IDn:ORDER_NUMBERn |
| computeorder | false | true | java.lang.String | Flag which will configures if an artificial order number will be computed when item is reordered. If the order should be computed for reordered item this should say true or 1. If this is false or 0 then then item will be just moved on the gui without computing new order value. Default value is true. |
| cssclass | false | true | java.lang.String | CSS class for the area where controls to order data are displayed. |