liferay-ui
Tag page-iterator


Creates a page iterator for paginating through lists of items.


Tag Information
Tag Classcom.liferay.taglib.ui.PageIteratorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
curtruetrueintWhich page of items to display (e.g., first, second, third, etc.).
curParamtruetruejava.lang.StringA variable name to refer to the cur value of the component.
deltafalsetrueintThe number of items to display per page.
deltaConfigurablefalsetruebooleanWhether the user can choose the number of items displayed per page. The default value is false.
deltaParamfalsetruejava.lang.StringA variable name to refer to the delta value of the component.
forcePostfalsetruebooleanNo Description
formNamefalsetruejava.lang.StringA name for the form.
idfalsetruejava.lang.StringAn ID for the component instance.
jsCallfalsetruejava.lang.StringJavaScript to be called when the first, previous, next, or last links are clicked if the URL property is not set.
markupViewfalsetruejava.lang.StringNo Description
maxPagesfalsetrueintA maximum number of pages to iterate through.
portletURLfalsetruejava.lang.StringNo Description
targetfalsetruejava.lang.StringA target for the first, previous, next, and last link buttons.
totaltruetrueintThe total number of items in the iterator.
typefalsetruejava.lang.StringA type of iterator to display. Options are approximate, article, more, and regular.
urlfalsetruejava.lang.StringDeprecated as of 7.0.0, replaced by the attribute portletURL.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.