onTouchEnd

occurs when the touch event is ended

void onTouchEnd(object start_context,object current_context);
start_context
objectobject with parameters of touch event start current_context
objectobject with parameters of touch event end

Example

webix.attachEvent("onTouchEnd",function(start_context,current_context){
    //your code here
});

Details

Parameters of the start_context and current_context objects are given below:

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of javascript tree table product.