On Friday, November 3, 2017 at 2:47:05 PM UTC-7, Jaison Raj wrote:
>
> Hi Vineet,
>
> Could you share your successful implementation of the code?
>
I'm not sure Vineet is still around.
> [ code elided]
>
so basically i have a text box where user enters some text, then the
> controller simpl
Hi Vineet,
Could you share your successful implementation of the code?
in my controller i have the following:
def index():
msg="wait"
form_main=FORM(INPUT(_type='submit', value="RUN"),
INPUT(_name='text'),
)
if form_main.accepts(request.vars,form
@juanduke, @Paolo,
Thanks for sharing your time & ideas.
I successfully implemented your idea by juanduke.
The url -- http://www.ajaxload.info/ is excellent.
Regarding Paolo's code, I need to re-structure my code somewhat (which
I will definitely do).
Then I will implement the idea.
In case of a
Hi Vineet,
as juanduke has suggested, I use the following jquery function (I put it in
web2py_ayax.js) instead of standard w2p ajax function to show a loading
image:
function web2py_polling(u,s,t){
$('#'+t).html('');
ajax(u,s,t);
}
Of course you can set some css rules to custom div#loading_gif
Hi Vinnet:
The easiest way to achive this, is showing a image (http://www.ajaxload.info/
5 matches
Mail list logo