|
|
|
Description
A version of TablePages that is designed for
operation in a form.
It is a low level Table component that renders the pages in the table.
This component must be wrapped by TableView .
The component generates a list of pages in the Table centered around the
current one and allows you to navigate to other pages. The links it generates
submit the form and thus allow its data to be preserved.
|
See Also
Table,
TableColumns,
TablePages,
TableRows,
TableValues,
TableView
FormTable,
TableFormRows
|
Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
pagesDisplayed |
int |
in |
no |
7 |
Determines the maximum number of pages to be displayed in the page list
when the table has more than one page.
For example, if the table has 20 pages, and 10 is the current page,
pages from 7 to 13 in the page list will be shown if this parameter has
a value of 7.
|
Body: removed
Informal parameters: allowed
Reserved parameters: none
|
Examples
This example is under construction.
|