HBCMS更多的中文手册参考:

previousPage Method

DHTML文档教程

Displays the previous page of records in the data set to which the table is bound.

dhtml语法

TABLE.previousPage()

Return Value

No return value.

Remarks

The number of records displayed in the table is determined by the datapagesize property of the table. you must set the datapagesize attribute when designing the page, or set the corresponding datapagesize property at run time for this method to have an effect.

Note  You do not need to check for boundary conditions.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

TABLE

更多语法参考

introduction to data binding, firstpage, lastpage, nextPage