Stadium
  • Home
  • Academy
  • How it works
    • Designer
    • Application Manager
    • Application users and roles
    • Designing applications
    • User API
  • Features
    • Application
    • Create a Form
    • Embedded Files
    • Events
    • Expression Editor
    • Pages
    • Preview
    • Publish
    • Scripts and Event Handlers
    • Session Variables
    • Settings
    • Styles
    • StyleSheet
    • Templates
    • Types
    • Validations Cheat Sheet
  • Connectors
    • Database Connector
    • File System Connector
    • Web Service Connector
  • Controls
    • Button
    • Chart
    • Checkbox
    • Checkbox List
    • Container
    • Data Grid
    • Date Picker
    • Drop Down
    • Flexbox
    • Grid
    • Image
    • Label
    • Link
    • Menu
    • Panel
    • Radio Button List
    • Repeater
    • Table
    • Text Box
    • Upload File
  • Actions
    • Async
    • Call Web Service
    • Decision (If/Else)
    • Display Message Box
    • Download File
    • For Each
    • Java Script
    • Navigate To Page
    • Notification
    • Set Value
    • Variable
    • While
  • Release Notes
    • 6.12.3272
    • 6.12.3270
    • 6.12.3268
    • 6.12.3264
    • 6.11.3223
    • 6.11.3221
    • 6.11.3220
    • 6.11.3218
    • 6.11.3210
    • 6.10.3155
    • 6.10.3151
    • 6.9.3102
    • 6.8.3100
    • 6.7.3096
    • 6.6.3082
    • 6.6.3081
    • 6.6.3080
    • 6.6.3075
    • 6.5.3055
    • 6.4.3036
    • 6.4.3034
    • 6.4.3033
    • 6.3.3019
    • 6.2.2999
    • 6.2.3001
    • 6.1.2990
    • 6.0.2972
    • 6.0.2970
    • 6.0.2969
Powered by GitBook
On this page

Was this helpful?

  1. Features

Expression Editor

PreviousEventsNextPages

Last updated 9 months ago

Was this helpful?

At times you may require complex expressions to create the property values of controls or actions. The Expression Editor is an easy-to-use tool to help you formulate expressions.


How to use the Expression Editor

Click on the Expression Editor icon that is associated with the relevant property.

The editor consists of 3 panels:

  1. Expression Formulate your expression here, by either typing it or adding available variables and code snippets from the panel on the right.

  2. Errors

  3. On the right, a panel with 2 tabs:

    • Values

      • Session variables

      • Script variables

      • Control elements

    • Code Snippets Code that deal with various aspects of the following can be added to your expression:

      • Data Types

      • Dates

      • Arrays

      • Strings

      System variables can be accessed with code snippets and by using JavaScript, e.g. current date and time. Click on a code snippet in the Expression Editor to view help info in the bottom-right corner. To include a variable or code snippet in your expression, either drag-and-drop it onto the expression panel, or double-click on it.

      For more help on JavaScript, go .


here