clientside_evalvar

Prototype of the function to evaluate custom variable on the client side.

Note: This is a prototype, not a function. You should provide a function that matches this prototype if you wish to handle the corresponding event on the client side. The prototype provides information about the arguments and return value of the function you provide.

Syntax
JavaScript
 clientside_evalvar(control, varName, varFormat)

Parameters

control
The Control that triggered this event.
varName
The variable name to be evaluated.
varFormat
The variable format.

Return Value

Returns the evaluated result.

Remarks

This is a prototype, not a function. You should provide this function if you wish to support custom variable by handling ClientSideOnEvalVar client side event.

See Also