ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Ron Hess on October 01, 2013, 10:20:47 pm

Title: Show Loading on custom button
Post by: Ron Hess on October 01, 2013, 10:20:47 pm
I have a custom button that does a "Save" , since i'm doing the ajax() i wanted to start the "please wait" or "loading" indicator and then turn it off when the request is completed.

I guess this should be an api call, but i didn't see it, what am i missing ?

thanks
Title: Re: Show Loading on custom button
Post by: paramvir on October 01, 2013, 10:27:51 pm
Ron

These are the 2 methods:

http://paramquery.com/pro/api#method-showLoading (http://paramquery.com/pro/api#method-showLoading)

and

http://paramquery.com/pro/api#method-hideLoading (http://paramquery.com/pro/api#method-hideLoading)

Title: Re: Show Loading on custom button
Post by: Ron Hess on October 01, 2013, 11:39:17 pm
Great  :D

I think i was searching thru the wrong API docs,
thanks