[web2py] Re: How to make a modal+ajax form "manually"?

2010-11-13 Thread villas
On Nov 13, 4:20 pm, Daniel Gonzalez wrote: > Thank you very much villas! LOL many other people have helped me so I'm just passing it down the line :) -D

Re: [web2py] Re: How to make a modal+ajax form "manually"?

2010-11-13 Thread Daniel Gonzalez
Thank you very much villas! All of you guys are awesome. Everyone in this community :). This is why I love web2py, an amazing framework, and a more amazing community! I hope I can be helpful too some day in the near future :) El sáb, 13-11-2010 a las 07:36 -0800, villas escribió: > Hi Demetrio >

[web2py] Re: How to make a modal+ajax form "manually"?

2010-11-13 Thread villas
Hi Demetrio You don't need to use plugin_wiki to use it. There is a warning that is 'may' be old, but there's no harm in trying it :) 1. Create a new test app from the Appadmin interface. (e.g. named TestApp). 2. Download plugin from: http://www.web2py.com/plugins/static/web2py.plugin.mmodal

Re: [web2py] Re: How to make a modal+ajax form "manually"?

2010-11-13 Thread Daniel Gonzalez
Thank you very much villas! This can works to me, but in that documentation doesn't says anything about javascript modal windows. Does somebody know how to make the jQuery modal windows without using the plugin PluginMModal()? I will need to create it manually. demetrio El sáb, 13-11-2010 a la

[web2py] Re: How to make a modal+ajax form "manually"?

2010-11-13 Thread villas
Hi Demetrio Check out www.web2py.com/book chapter 13 and read about components and the LOAD function which may help. -D On Nov 13, 11:48 am, demetrio wrote: > Hi everyone, > > i'm doing a desktop like iGoogle, with boxes containing information > from different sources (it can be the same applic