Advanced condition editor
Introduction
The advanced condition editor is a special editor designed to streamline the form designer's work. It has been equipped with the following features:
syntax highlighting,
displaying variable and field name hints while editing conditions,
displaying eximee API hints while editing conditions.

Occurrences
Three component attributes in Eximee Designer use this editor. They are:
visibility condition,
activity condition,
requirement condition.

Syntax hints
The editor suggests eximee API elements and frequently used JS methods to the user. Editor hints can be seen by clicking the Ctrl + Space key combination. This will expand the list of elements, among which the following can be seen:
Standard JS methods and fields:
parseInt()
parseFloat()
.length
size
empty
API provided by eximee:
getValue()
getData()
isVisible()
getStatementValue()

Additionally, the hints will include the components' MIDs (with their IDs in parentheses) and the names of session variables present in the application.


Example conditions
Last updated
Was this helpful?
