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
  • MenuItems
  • Menu Properties
  • Reset Item Text
  • MenuHeaderTitle
  • Style
  • Fixed
  • Stacked
  • WrapperClass

Was this helpful?

  1. PHPRad Page Design
  2. Menu Component

Static Menu

PreviousMenu ComponentNextDynamic Menu

Last updated 5 years ago

Was this helpful?

MenuItems

Allows user to select, add and modify menu item in a page

Menu Properties

Path

This is the page where the menu item links to when clicked

Display Label

Allows user to give a specific name to the menu item

Target:

  • _self: When selected, opens the menu item link in the current page

  • _parent: When selected, opens the menu item link in the current page

  • _blank: When selected, opens the menu item link in a new tab

  • _top: When selected, opens the menu item link in a new window page

Menu Icon

Select an icon to be displayed next to the menu item

Reset Item Text

Shows as part of the Nav Menu, when selected, resets the filtered records to default state

MenuHeaderTitle

Allows user to give the Nav Menu a specific name

Style

Used to style the menu item either to Tab or Pill style

Fixed

When set to True, keeps the static menu in a fixed position

Stacked

When set to True arranges menu items vertically, when set to False arranges menu items horizontally

WrapperClass

Allows user to set the class for wrapping the Static Menu