Documentations
  • Welcome to PHPRad Documentations
  • Getting Started
    • System Requirements
    • Installation
    • Creating New Project
    • Creating New Database
  • Gallery
    • Component Gallery
  • Connecting to a database
    • Creating Database View
    • Creating Custom View
    • Syncing Database
    • Modifying Database
  • PHPRad Pages
    • Pages
      • Page Fields
      • Page Properties
        • List Page Properties
        • View Page Properties
        • Add Page Properties
        • Edit Page Properties
        • Delete Page Properties
      • Page Field Properties
        • List Page Field Properties
        • View Page Field Properties
        • Add Page Field Properties
        • Edit Page Field Properties
      • Modifying User Page
  • PHPRad Page Design
    • Layout Components
      • Row Components
      • Column Components
    • View Components
      • Accordion
      • Tab Page
        • Tab
      • Form Wizard
        • Step
          • CustomView
      • Modal Component
      • Header Component
      • Custom View Component
    • Page Filter Components
      • Button
      • Search Field
      • Range Field
      • Date Field
      • Multi-Choice List Field
      • Single Choice List Field
      • Select Field
      • Dropdown Menu
      • Nav Filter Menu
    • Menu Component
      • Static Menu
      • Dynamic Menu
    • Record Count Component
    • Chart Component
    • SubPage Component
      • List SubPage
      • View SubPage
      • Add SubPage
      • Edit SubPage
  • Security
    • Authentication
    • Adding Roles and Permissions
    • Adding User Record Management
    • Adding Audit Trail Log
  • Project Theme
    • Applying Project Theme
  • Settings
    • Project Settings
      • Project Configuration
      • Email Configuration
    • Menu Configuration
    • Global Settings
  • Publishing Application
    • Preview Application
    • Publish to Production
  • Project Explorer
    • Editing Project File Manually
    • Editing App Custom Css
Powered by GitBook
On this page
  • 01. Page Design
  • PageTitle
  • DisplayType
  • 02. General
  • Action After View
  • Action Before view
  • Mail Action Settings
  • 03. Page Components
  • EditButton
  • DeleteButton
  • EditButtonText
  • DeleteButtonText
  • ExportButton
  • ExportButtonText
  • Load Indicator Settings
  • 04. Table Design
  • TableBorderStyle
  • TableStriped
  • TableHoverable
  • TableResponsive

Was this helpful?

  1. PHPRad Pages
  2. Pages
  3. Page Properties

View Page Properties

PreviousList Page PropertiesNextAdd Page Properties

Last updated 6 years ago

Was this helpful?

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.