Currency

Overview

Display currency input.

Documentation

This control displays a currency input.

Example Usage
{[ currency label:'Currency' value:'100.00' isrequired:'true' ]}
Parameter List

This control supports the following parameters:

  • label (Currency) - The label to display above the control.
  • showlabel (true) - Whether to display the label.
  • value - The value to initially set the control to.
  • isrequired (false) - Establishes whether making a selection is necessary.
  • validationmessage (Please specify an amount.) - Message to display when the value is not valid.
  • additionalattributes - Additional attributes to include on the input control.

Examples

Below is an example of the currency box in use.

{[ currency label:'Currency' value:'100.00' isrequired:'true' ]}
$