Hello,
If this below is the code, how do you style it that the "fa fa-spinner" 
animation appears like in a DIV?

{{loadmsg = CAT("loading ...", BR(), SPAN(_class="fa fa-spinner fa-spin"))}}
{{=LOAD(c='myhosts', f='myhosts2.load', target='my_hosts', content=loadmsg, 
ajax=True)}}

I've tried this below but inn vain:
{{loadmsg = CAT("loading ...", BR(), SPAN(_class="fa fa-spinner fa-spin"), 
_style="background-color:red; padding:5px;")}}
{{=LOAD(c='myhosts', f='myhosts2.load', target='my_hosts', content=loadmsg, 
ajax=True)}}


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/09bb3e04-c6b1-4430-8c29-a7cc929a48c4n%40googlegroups.com.

Reply via email to