This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Description
Is there any way to disable all footer buttons and header icon buttons? For example, one of buttons starts ajax request and all other elements like buttons and input fields must be unavailable until the request ends. Disabling buttons with $("...ui-button") is tricky and not beatiful way. The better way is to have one method to do this.