onDblClick
attaches a dblclick behavior for component items with the specified CSS class.
let onDblClick: EventHash
Example
Section titled “Example”webix.grid({ onDblClick:{ "webix_remove_upload":function(ev, id){ this.remove(id); } }});
Details
Section titled “Details”- “onDblClick” behavior is defined for component items rather than for the whole component
- Use the ‘onItemDblClick’ handler to attach function to item clicking regardless of the CSS class
See also
Section titled “See also”Articles
API