Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents | ||
---|---|---|
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Hash Variables gives users greater flexibility and freedom in accessing useful information or relevant run-time values from the system. A hash variable is a special hash-escaped keyword that can be used in :
to return the value of some useful runtime variables from Joget components. |
Tip |
---|
To conveniently access the list of all hash variables available, use shortcut combination Ctrl-Shift-3 in any of the components above. |
Download the tutorial app on Hash Variables from Joget Marketplace to learn more about Hash Variable. |
A Hash Variable can be used inside another Hash Variable to form a Nested Hash Variable.
...
Code Block | ||
---|---|---|
| ||
#date.{envVariable.dateFormat}# #user.{variable.username}.firstName# #form.tableChild.field1[{form.tableParent.childId}]# |
The parsed/returned Hash Variable may cause incompatibility with the current context/environment such as syntax error in a script.
...
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
nl2br and separator are new features in Joget v6. |
...