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 Records
  • PageLink
  • FilterBy
  • FilterValue
  • OrderBy
  • OrderType
  • 02. Design
  • Text
  • Icon
  • ButtonClass
  • OpenLinkAs

Was this helpful?

  1. PHPRad Page Design
  2. Page Filter Components

Button

PreviousPage Filter ComponentsNextSearch Field

Last updated 5 years ago

Was this helpful?

01. Page Records

PageLink

This is the page that will be navigated to when the current button is clicked. This links the button to a page.

FilterBy

Allows user to select how to arrange data fetched from the database to be filtered. e.g filter by 'Id'

FilterValue

Allows user to select the field value to be fetched from the database when linking ListPage data

OrderBy

Allows user to choose how the data will be queried from the database e.g order 'Id'

OrderType

Allows user to select how records will be arranged when queried from the database, whether:

  • DESC: Descending

  • ASC: Ascending

02. Design

Text

Allows user to give a name to the button.

Icon

This is the icon that will be displayed for the button.

ButtonClass

Here you can use the default class or add a custom class you have created.

OpenLinkAs

This is how the button link should be opened.

  • Navigation: Redirects page to the selected Button PageLink

  • Preloaded Modal: Preloads the page and displays the Button PageLinkon the same page

  • Ajax Modal: Makes request to the Button's PageLink and displays the Button PageLinkon the same page

  • Ajax Inline: Preloads the page and displays the Button PageLink in line with Button PageLink page