Client Side Properties
Description
Properties that use Javascript to evalute expressions, conditional styling, etc.
- Name
- Description
- Client side formatting
Specify if the textbox has client side formatting, such as a mask or custom display format.
- Calculated field expression
Sets the control's value to the result of a client-side calculation. The calculation can reference other controls or call a user-defined JavaScript function.
- Show/hide expression
If the expression evaluates to true, the control will be shown, otherwise the control will be hidden. The calculation is done in the Browser (i.e. on the 'client side') using Javascript.
- Enable expression
If the expression evaluates to true, the control will be enabled, otherwise the control will be disabled. The calculation is done in the Browser (i.e. on the 'client side') using Javascript.
- Readonly expression
If the expression is true, the control will be readonly.
- On Get Value Javascript
An expression that transforms the value of the control when the .getValue() method is called.
- On Set Value Javascript
An expression that transforms the value of the data to populate the control when the .setValue() method is called.
- Conditional style, class, text, and events
Specify if the style, class and text for this control is conditional. For example, you might want to display a control with a red background if a value in another field is within a specified range.
- Format definition
Only available if Client side formatting is checked. Specify the client side format.
- Format type
Only available if Client side formatting is checked. Specify the format type.