$getValue

called each time when component need to get value from related html input

string $getValue();
stringvalue from the html input

Example

var value = button.$getValue();

Details

not purposed for direct calls

Can be redefined in a custom view to support custom html inputs
Is called only when component was rendered for sure ( and components html is ready and accessible )

Back to top