🛡️
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
  • Pages
  • Web-services
  • Queries

Was this helpful?

  1. Getting Started

Project Explorer

PreviousDashboardNextProject Info.

Last updated 4 years ago

Was this helpful?

To the far right of the Dashboard is located the Project Explorer. You can access various elements of your project from here.

Project Explorer contains 3 tabs to access:

Pages

Shows all the pages of the Project. Here you can create Folders and move pages in them.

Please note here that all folders will show up in your Navigation Menu in your web application.

Any page that is in any Folder will show as Menu Items in your Navigation Menu.

So, if you do not want to show a page in the Navigation Menu keep that page in the <Root> folder.

This behavior is by design so that a developer does not have to spend precious time building a navigation menu manually

Web-services

All the web services created either manually or automatically will be shown here.

You can create folders here also and group your web services as per your preference.

Queries

Queries are per-organized into folders:

Insert

Update

Delete

Select

So depending on the type of Query you create they are automatically groups accordingly.

One interesting point to note here is that all queries names will begin with initial of 2 letters which helps in classifying a query. For example if you create a query to select data from database then that query will have the mnemonic SQ_ while query to insert data in the database will have the mnemonic IQ_, etc.