Determines whether there is a previous page to go back to when paging is set to true.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean this.cangoback()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
boolean page.<id>.cangoback()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean True if going back is possible; otherwise, false.

Used in

Macro Description
Paging Paging macro. Holds state for paging through large datasets.
Can be used in combination with existing datatables to page through large datasets.
Use in combination with macros/vipers that return datatables.

Expand image Examples

SXML