Code Editor
The Code Editor field allows writing error-free code more efficiently. It comes equipped with features that facilitate the coding process: syntax highlighting, automatic indentation, error-checking, autocomplete and more.
Specific Parameters list:
Field | Description and information |
---|---|
Initial Value | The fields loads initially having this value. (Can contain tokens). |
Theme | Choose the Theme from the dropdown. The default theme is Visual Studio. N.B: The first Code Editor field added to the form will dictate the global theme style. (Can contain tokens). |
Show Mini Map | Choose false to disable the Mini Map. The default value is true. (Can contain tokens). |
Language | Choose the language syntax from the above dropdown. (Can contain tokens). |
Read Only | Choose true to activate the Read Only mode. The default value is false. (Can contain tokens). |
Height | Enter the editor height in pixels. For example, enter 400. The default value is 400. (Can contain tokens). |
Known Limitations
- The first Code Editor field added to the form will dictate the global theme style.
- Autocomplete box not sticking to the field on page scroll.
- EXPR values for Theme and Language are not identical with the names of the available options.
- Bind Expressions section is not currently supporting all documented cases.