I have a view which consists of several web2py compnents. I load these 
components initially using the ajax=False option so they get loaded in with 
the rest of the page, they then get reloaded via an ajax trapped submit 
button within that component. The only problem is that the buttons start 
off as bootstrap styled buttons (using the .btn class as far as I can see), 
but the reloaded component then has normal styled buttons which are missing 
the .btn class.

I have not been able to find out what process adds the .btn class to these 
button so I can ensure the reloaded component ends up with the same class 
and styling. Does anyone have any idea how and when the .btn class gets 
added and the best way to re-run this process for an ajax reloaded 
component?

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to