$setValue

called each time when the component needs to paint its value

void $setValue(string value);
valuestringnew value
Details

Not purposed for direct calls

Can be redefined in a custom view.
Is called only when component was rendered for sure (and components HTML is ready and accessible).

Back to top