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
  • SubmitButtonText
  • 02. General
  • Redirect To After Update
  • Action After Update
  • Action Before Update
  • MessageAfterUpdate
  • Mail Action Settings
  • 03. Page Components
  • Load Indicator Settings
  • Misc
  • FormLayoutType
  • ServerSideValidation

Was this helpful?

  1. PHPRad Pages
  2. Pages
  3. Page Properties

Edit Page Properties

PreviousAdd Page PropertiesNextDelete Page Properties

Last updated 6 years ago

Was this helpful?

01. Page Design

SubmitButtonText

Allows user to name the submit button.

02. General

Redirect To After Update

Allows user to set the page to navigate the browser to, after updating a record.

Action After Update

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

Action Before Update

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

MessageAfterUpdate

Allows user to enter a message that will be displayed after the data have been updated.

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 updated.

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 updated.

03. Page Components

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.

Misc

FormLayoutType

Enables user to set how the edit page form should appear.

ServerSideValidation

If set to True enables server side form validation and if False, disables server side validation.