Element Details: Interactive+Paging
 Back


Available in: Logi Info Source code name: InteractivePaging

Shows interactive paging controls. They are First, Previous, Next, Last and a page number controls that enable the user to traverse a report without downloading all the records at once.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CaptionType
Text
Image
(Required) Determines if the paging controls should be image or text links.
Class
UserDefined
Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file.
CurrentPageClass
UserDefined
Sets the class for the "current" page number.
FirstPageAltText
UserDefined
The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. Default value is "First page".
FirstPageCaption
UserDefined
Specifies the text or image file to take the user to the first page.
HideShowPrevNextCaptions
True
False
When True, the links that go to the first, previous, next or last page are hidden, as appropriate, when showing the first or the last page.
HideWhenOnePage
True
False
Removes the Interactive Paging controls when the DataLayer returns only a single page of rows. The default value is False.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
LastPageAltText
UserDefined
The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. Default value is "Last page".
LastPageCaption
UserDefined
Specifies the text or image file to take the user to the last page of the report.
Location
Top
Bottom
Both
Indicates where the controls or other types of elements appear.
NextPageAltText
UserDefined
The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. Default value is "Next page".
NextPageCaption
UserDefined
Specifies the text or image file to take the user to the next page. Image files are only supported by the InteractivePaging element.
NumberedPageCount
UserDefined
Sets how many page number links appear for Interactive Paging when the ShowPageNumber attribute is "Numbered". The default is 10.
PageNrCaption
UserDefined
Text to replace the word "Page" in the phrase "Page x of y".
PageOfCaption
UserDefined
Text to replace the word "of" in the phrase "Page x of y".
PageRowCount
UserDefined
(Required) Indicates the number of rows for each page.
PreviousPageAltText
UserDefined
The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output. Default value is "Previous page".
PreviousPageCaption
UserDefined
Specifies the text or image file to take the user to the previous page.
PrevNextClass
UserDefined
Sets the class of the First, Previous, Next and Last paging controls.
ShowPageNumber
True
Numbered
False
When "True", shows the page number as something like "Page 2 of 4". Also allows the user to type in a page number. When "Numbered", a number of links appears for each page. You can set the number of pages with the NumberedPageCount attribute. Use the CurrentPageClass attribute to make the current page number stand out.



PARENT ELEMENTS

Click element to drill down for more information.

Crosstab Table Data Table


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug