===== event ===== .. js:function:: webix.event(node,event,handler,context) webix.event helper. Please look into the linked `official documentation`_. References ~~~~~~~~~~ helpers `~webix._events`:js:func:, `~webix.assert`:js:func:, `~webix.bind`:js:func:, `~webix.toNode`:js:func:, `~webix.uid`:js:func:. Referenced by ~~~~~~~~~~~~~ helpers `~webix._event`:js:func:, `~webix._ready_code`:js:func:, `~webix.animate.start`:js:func:, `~webix.clipbuffer`:js:attr:, `~webix.destructors`:js:func:, `~webix.history`:js:attr:, `~webix.html.addMeta`:js:func:, `~webix.locale`:js:func:, `~webix.markup`:js:attr:, `~webix.ui._popups`:js:func:, `~webix.ui.datafilter.dateFilter`:js:attr:, `~webix.ui.each`:js:func:. mixins `~webix.AutoTooltip`:js:class:, `~webix.ContextHelper`:js:class:, `~webix.DragControl`:js:class:, `~webix.NavigationButtons`:js:class:, `~webix.SelectionModel`:js:class:, `~webix.Touch`:js:class:, `~webix.UIManager`:js:class:. views `~webix.ui.resizearea`:js:class:, `~webix.ui.resizer`:js:class:, `~webix.ui.sidemenu`:js:class:, `~webix.ui.slider`:js:class:, `~webix.ui.vscroll`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api___event.html Code ~~~~ .. literalinclude:: js_srcs/event_helper.js :language: javascript :linenos: