GraffitiPagination

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Description
PageChanged() Raised when the user selects a different page by using either the arrows or the page numbers.

Methods #

Definition Description

This class exposes no methods.

Properties #

Name Type Default Value Description
CurrentPage Integer 0 The currently selected page number.
StyleButtonActive WebStyle Nil WebStyle to apply to the currently selected page’s button.
StyleButtonDisabled WebStyle Nil WebStyle to apply to disabled buttons (typically the first/last/next/previosu buttons).
StyleButtonFirst WebStyle Nil WebStyle applied to the “First Page” button.
StyleButtonLast WebStyle Nil WebStyle applied to the “Last Page” button.
StyleButtonNext WebStyle Nil WebStyle applied to the “Next Page” button.
StyleButtonPrev WebStyle Nil WebStyle applied to the “Previous Page” button.
StyleButtonText WebStyle Nil WebStyle applied to button text.
TemplateFirstPage String
<i class="fas fa-step-backward"></i>
Caption of the “First Page” button.
TemplateLastPage String
<i class="fas fa-step-forward"></i>
Caption of the “Last Page” button.
TemplateNextPage String
<i class="fas fa-caret-right"></i>
Caption of the “Next Page” button.
TemplatePrevPage String
<i class="fas fa-caret-left"></i>
Caption of the “Previous Page” button.
TotalPages Integer Total number of pages to paginate.
VisiblePages Integer How many page numbers should be displayed at a time in the display.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.