_event

webix._event(a, b, c, d)

webix._event helper.

Please look into the linked official documentation.

References

helpers
event().

External references

Official documentation page.

Code

1
2
3
4
5
6
webix._event = function(a,b,c,d){
    d = d || {};
    d.inner = true;
    webix.event(a,b,c,d);
}
//attach event to the DOM element