Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modal Window Locker
#1
Hello,

It is possible to show the locker when press button on a Window Modal Form until it's processing data before close, in order to tell user that the system is 'busy', like buttons and some other controls do in the property lockOnAsyncEvents?

Thank you very much!

Kind Regards, 

Blanca


Attached Files Thumbnail(s)
   
Reply
#2
You mean any button or the buttons that close the modal window? You are using the IWModalWindow, I presume, right?
Reply
#3
(02-24-2022, 10:17 AM)Alexandre Machado Wrote: You mean any button or the buttons that close the modal window? You are using the IWModalWindow, I presume, right?

Yes i'm using the iwmodalwindow and yes i mean the buttons that close modal window. Sometimes it takes a few seconds(closing iwmodalwindow) and i need to block the controls. If there is a way to do that via javascript it would be fine too, although i'm not javascript expert...

thank you!

Regards.
Reply
#4
I'll see if I can add this feature to it.... are you in the latest version?
Reply
#5
(03-02-2022, 01:55 AM)Alexandre Machado Wrote: I'll see if I can add this feature to it.... are you in the latest version?

Yes
Reply
#6
(03-02-2022, 01:55 AM)Alexandre Machado Wrote: I'll see if I can add this feature to it.... are you in the latest version?

Hello, it is possible to implement the jquery ajax events like ajaxStart, ajaxBeforeSend, ajaxStop, ajaxComplete and make it work for intraweb?  I would like to show the locker whenever an ajax call like callbacks or server is busy. 

Code:
$(document).bind("ajaxSend", function(){
   $("#loading").show();
}).bind("ajaxComplete", function(){
   $("#loading").hide();
});

Thanks!

B
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)