[web2py] Re: LOAD form deferred by jQuery UI tabs -- how to?

2012-12-02 Thread Joe Barnhart
Thanks guys. I got it working with web2py_component. What an amazing resource! This ajax stuff is actually getting approachable to javascript novices like me. The final user interface has tabs that select different forms, and on one of the tabs an accordion that exposes multiple forms.

[web2py] Re: LOAD form deferred by jQuery UI tabs -- how to?

2012-12-01 Thread Niphlod
load calls web2py_component(), that is defined in web2py_ajax.js . Look at that if you're looking to an integration with your code. On Saturday, December 1, 2012 10:45:49 AM UTC+1, Joe Barnhart wrote: So I'm designing the world's greatest user interface and I happened on the idea of making

[web2py] Re: LOAD form deferred by jQuery UI tabs -- how to?

2012-12-01 Thread Anthony
The LOAD helper simply generates HTML like the following: script type=text/javascript!-- web2py_component(/test/comment/post.load,c282718984176) //--/scriptdiv id=c282718984176loading.../div So, a div with a particular id is created, and the web2py_component() Javascript function (defined in