Re: [web2py] Re: How to change the wording "working..." during page refresh

2019-09-20 Thread Maurice Waka
I wanted to change to code posted above...the two lines but I don't see any change. Tried: if ((el.data('w2p_disable_with', el[method]( { el.data('w2p_disable_with', disable_with_message); } also is it possible to animate from the div page than the button? Regards

[web2py] Re: How to change the wording "working..." during page refresh

2019-09-19 Thread Massimo Di Pierro
You simply do: w2p_ajax_disable_with_message = "Doh! I am busy."; On Thursday, 19 September 2019 08:27:10 UTC-7, Maurice Waka wrote: > > I would like to use a different wording in the web2py.js by modifying this > part: > > /*if you don't want to see "working..." on buttons, repla