primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

Ability to disable all buttons with puidialog when background process working #294

Open Sellec opened 4 years ago

Sellec commented 4 years ago

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.