fires when a CheckboxGroup control has received focus
focus: (value: {[id: string]: boolean | string}, id: string) => void;
Parameters:value: object
- the current value of the control. The object contains a set of key:value pairs where the key is the id of a checkbox and the value is the value/state of the checkbox.id: string
- the id of a checkbox of the CheckboxGroup controlExample
form.getItem("checkboxGroup").events.on("focus", (value, id) => {
console.log("focus", value, id);
});
Change log:
added in v7.2
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4