Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorpurple
bgColorwhite
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This is a new feature in Joget DX 8.

NameDescription
Prefix?decimal(decimal_number)
Description

The escape format hash variable used to allow the formatting of decimal places. 

Info

This hash variable can be use in any variable that have decimal values. 

Attributes
  • #variable.variableName?decimal(decimal_number)#
  • #appVariable.keyName?decimal(decimal_number)#
  • #envVariable.keyName?decimal(decimal_number)#
Scope of Use
  • All components within the App.
Sample Attributes
  • #appVariable.double1?decimal(1)# (Example usage for 1 decimal places using app variable)
  • #appVariable.double2?decimal(2)# (Example usage for 2 decimal places using app variable)
  • #envVariable.double1?decimal(1)# (Example usage for 1 decimal places using environment variable)
  • #envVariable.double2?decimal(2)# (Example usage for 2 decimal places using environment variable)

Hash Variables In Joget Marketplace

...