🛡️
ZenDevX
  • Overview of ZenDevX Design Studio
  • Installation & Setup
    • Prerequisite
  • Getting Started
    • Login Process
    • Homepage
    • Dashboard
    • Project Explorer
  • Project Info.
    • Project Info.
      • Create New Project
      • Edit existing Project
      • Open existing Project
      • Remove Project
      • Close Project
  • Session Variables
  • Generate Code
  • Page Information
    • Page Information
      • Edit Page Info
      • Create New Page
        • Page Design Interface
          • Building Page Layout
      • Remove Page
      • Generate Code
      • Preview Page
  • Web-service
    • Web-service / REST-API
      • Create New Web-Service
      • Open existing Web-service
      • Remove Web-service
      • Generate Code (Web-service)
  • Database Management
    • Database Info.
    • Create Table
    • Modify Table Structure
    • Drop Table
  • Query Builder
    • Query Builder
      • Query Types
        • Insert Query
        • Update Query
        • Delete Query
        • Select Query
          • Join Multiple Tables in Query
          • Condition (Where Clause)
          • Sorting Data
    • Generate Web-service
  • Actions (the Power Within)
    • Action Wizard
      • Definition Group
        • Define Variable
        • Set NULL
        • Set Unique ID
        • Set Value
        • Perform Formula
        • Assign Value
        • Reset Form
        • Read/Write Session Variables
        • Library Functions
      • UI Group
        • Information Dialog
        • Set Focus to Control
        • Open Window/Page
        • Enable/Disable
        • Display/Hide
        • Show/Hide Modal
        • Change Tab
      • Actions Group
        • Data Exchange
        • Upload Image
        • Call UDF
        • Return value from UDF
        • Reload Select List
        • Manual Code
      • Condition & Loop
        • IF...THEN...ELSE
        • Break
        • FOR... Loop
        • Duplicate Check
        • Delete Check
        • User Confirmation
      • Database
        • Execute Query
        • Assign Query Result to
        • Return Value
        • Execute Stored Procedure
        • Generate Document #
        • Return Auto Increment Value
      • Data Table
        • Remove Current Row
        • Get Number of Rows
        • Loop in Table Rows
        • Reload Table Data
        • Fetch Row Value
  • Deploying Web Application
    • Deploying Web Application
Powered by GitBook
On this page

Was this helpful?

  1. Page Information
  2. Page Information

Create New Page

PreviousEdit Page InfoNextPage Design Interface

Last updated 4 years ago

Was this helpful?

In the Project Explorer click on the large plus sign button as shown here

This will pop up a menu with three options as shown below.

Here click on the Page option.

This will a Page Info. Dialog as shown here

Here you have to enter: General Information like Page Title, Page File Name (this is a must and the name should always be in lower case and there should not be any space in between), set if you want to show Page Title on page, if the page requires Login, should the page contain Top-bar and Navigation Menu.

If you are going to access data from database then you will have to go to Include Web Services and include the default web service dbconnect.php as shown in the screen here.

Next import setting in this dialog is Parameters. If the page requires parameters when called then such parameters should be defined here. Please check below image.

Final import setting for any page is Actions. At page level all Actions are written in the Initialization Event.

Without any actions no data is loaded in the generate web page. So you will have to define a few actions like loading data in the page, etc. here.

After performing all the settings in this dialog click on the green OK button to create a new page.

ZenDevX will present you with a new blank view.