How to disable all object on the layout

Hi,

we use asynchronous call of application, and we a have problem, because when user click on e.g. save - saving is started, but not ended and user start with another action e.g. click on some other tab, which call another asynchronous operation, reading from db etc. and it will collapse.

So in those case (when ajax asynchronous calling is used) I would like to disable DHTMLX.tabs and DHTMLX.toolbars and layouts.
Do you have any idea?

Have a nice day
pavel

You may try to cover the components by transparent container. So, all events will be disabled.