[web2py] Create SQLFORM with one of its field's as ajax enabled

2013-01-31 Thread newbie
Hi I m a newbie working on web2py,and i want to create an SQLForm with database Employee.The fields of db.Employee are name,campus,timzezone .I want the user to input in the SQLform ,but the last filed of timezone shud be such that when the user inputs in the field ,it shud present

Re: [web2py] Create SQLFORM with one of its field's as ajax enabled

2013-01-31 Thread Richard Vézina
Have you look at this plugin : http://dev.s-cubism.com/plugin_lazy_options_widget It require a dependecy to suggest plugin as explained on the site, but you can avoid using it. I already post answer to Jim on this list about that. If you need more help with the integration of lazy option widget

Re: [web2py] Create SQLFORM with one of its field's as ajax enabled

2013-01-31 Thread newbie
Hi Richard, Thanks for the answer. Actually i am able to achieve Ajax enabled text box in an SQLFORM...But the problem is the sqlform is auto generated by the SQLFORM.grid for that database. The code for SQLFORM which is working for normal tables is: DB.py