Table of Contents

Page First Tag

PAGE:FIRST

Set the text for the “Back to First Page” link within a PageNavigatorTag

Syntax

  <page:first>Start</page:first>

Description

The PageFirstTag is a CompilerDirectiveTag. It must be nested within a PageNavigatorTag.

Attributes

The PageFirstTag has an optional attribute “hideforcurrentpage”. If the attribute is set, this tag will not output a value when the first page is displayed.

Syntax

  <page:first hideforcurrentpage="true">First Page</page:first>