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. General
  • Record Delete Settings
  • PromptMessageBeforeDelete
  • MessageAfterDelete
  • Redirect To After Delete
  • Action After Delete
  • Action Before Delete
  • 02. General
  • Mail Action Settings

Was this helpful?

  1. PHPRad Pages
  2. Pages
  3. Page Properties

Delete Page Properties

PreviousEdit Page PropertiesNextPage Field Properties

Last updated 6 years ago

Was this helpful?

01. General

Record Delete Settings

Allows user to configure how deleting Records or Data will be handled.

Delete Record From Database

If selected, records will be deleted from the database when the delete button is clicked.

Update Table Field Value

When selected, it is flags a record as deleted or as any string entered in the Update Value when the delete button is clicked. This means the data will still be retained in the database.

  • Update Field Name: This is the database table field name, where the flag deleted or whatever custom delete flag you choose to use will be stored.

  • Update Value: Allows user to enter a delete flag, that will be used to flag records as deleted.

PromptMessageBeforeDelete

Allows user to enter a message that will be displayed to confirm if the delete action should be proceeded with or canceled.

MessageAfterDelete

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

Redirect To After Delete

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

Action After Delete

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

Action Before Delete

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

02. General

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

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