$prepareValue

adjusts the value to the format expected by the control

function $prepareValue;
Details

The function is called automatically by the setValue method or when a control is going to be rendered.

It takes the control value as a parameter and returns the processed value.

Not designed for direct calls.

Back to top