View Page Properties

01. Page Design

PageTitle

This enables users to set a preferred title name for a page.

DisplayType

Choose between Table List or Custom view in order to set how records are displayed on a particular page.

02. General

Action After View

Enables user to write a PHP statement that will be executed after viewing the record.

Action Before view

Enables user to write a PHP statement that will be executed before viewing the record.

Mail Action Settings

Make sure you have configured the mail settings. if you haven't, click the Mail Settings button; On the popup window, click the email tab and configure the mail settings.

SendMail: When set to True sends a mail when a record is viewed.

Mail Title: Enables user to set the mail title also know as the subject of the mail.

Mail Body: Enables user to set a message that will be sent.

ReceipientEmail: Enables user to set the email that would receive the notification when a record is viewed.

03. Page Components

EditButton

Allows user to add an edit button for editing records on View Page.

DeleteButton

Allows user to add a delete button for deleting records on View Page.

EditButtonText

Allows user to name the edit button.

DeleteButtonText

Allows user to name the delete button.

ExportButton

Allows user to add an export button for exporting records on View Page.

ExportButtonText

Allows user to name the export button.

Load Indicator Settings

  • IndicatorType: Allows user to choose the type of loader that will be used.

  • IndicatorColor: Enables user to set the color of the loader.

  • IndicatorSize: Enables user to set the size of the loader .

  • IndicatorPosition: Allows user to set the position of the loader on the screen.

  • IndicatorText: Allows user to add a text that will appear along side the loader.

04. Table Design

TableBorderStyle

Allows user to select how the table border should be styled.

  • None: When selected hides the table border.

  • Horizontal: When selected adds the horizontal table border.

  • Both: When selected adds both vertical and horizontal borders.

TableStriped

When set to True adds a gray color to the odd number rows in the table. And if False, removes the gray color on the odd number rows.

TableHoverable

When set to True, adds highlight when the mouse hovers over the table records.

TableResponsive

When set to True adds responsiveness to the table, which makes it adjust to different screen size.

Last updated