Need a processing image in on sub view open

Hello,

I have an application, where on click of Sub view, i have data needs to be populated in the Subview form, but my query takes time to do this operation, as this heads up to the user to wait, so to keep the user informed that, back end query is taking time, I wanted to show some processing image after subview button and once the data is loaded and form is open, hide the processing image, can you please share some sample, so that I can implement the same.

http://docs.webix.com/samples/60_pro/01_datatable/07_sub/07_sub_form.html

I need plus button but as I have mentioned I need processing also, in the above example, I have tried all controlls, but not able to do,

Please let me know whether it is possible or not.

Thanks.

Hi, you can apply a progress a progress icon to your form.

As in the sample: http://docs.webix.com/samples/19_api/05_progress_app.html.