| Attributes |
| Name | Required | Request-time | Type | Description |
| cur | true | true | int | Which page of items to display (e.g., first, second, third, etc.). |
| curParam | true | true | java.lang.String | A variable name to refer to the cur value of the component. |
| delta | false | true | int | The number of items to display per page. |
| deltaConfigurable | false | true | boolean | Whether the user can choose the number of items displayed per page. The default value is false. |
| deltaParam | false | true | java.lang.String | A variable name to refer to the delta value of the component. |
| forcePost | false | true | boolean | No Description |
| formName | false | true | java.lang.String | A name for the form. |
| id | false | true | java.lang.String | An ID for the component instance. |
| jsCall | false | true | java.lang.String | JavaScript to be called when the first, previous, next, or last links are clicked if the URL property is not set. |
| markupView | false | true | java.lang.String | No Description |
| maxPages | false | true | int | A maximum number of pages to iterate through. |
| portletURL | false | true | java.lang.String | No Description |
| target | false | true | java.lang.String | A target for the first, previous, next, and last link buttons. |
| total | true | true | int | The total number of items in the iterator. |
| type | false | true | java.lang.String | A type of iterator to display. Options are approximate, article, more, and regular. |
| url | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by the attribute portletURL. |