$getValue of ui.richselect, Others Webix Docs
called each time when component need to get value from related html input
string $getValue();
| string | value 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 )