I\'ve used this method in .NET to pass data back and forth between client and server using JSON objects (both ways).I really liked the method and am looking to do something similar with web2py.Web2py
i have table called \"type\" which contains data \"family,individual\" i want in some pages load individual only into type drop-down and in another pages load bo开发者_Python百科th
i have 开发者_开发百科a SQL query family_members = db(\\ db.member.parent_membership_id==parent_id.membership_id\\
I have a web2py application and am using jQuery to validate data. I want to write Python code inside jQuery. How can I do that?
I have a menu MENU([[\'Users\', False, URL(r=request,f=\'user\',vars=dict(forced_language=session.lang))]])
i have a table member that include SQLField(\"year\", db.All_years) and All_years table as the following:
i used rows.xml() to generate html output. i want to know how to add html codes to this generated html page e.g: \"add logo, link css file,.. etc\"
How to use T.force(\'ar\') to allow the system support m开发者_如何学运维ultiple language. i have two links into my page when Arabic link is pressed the system will converted to Arabic version and al
I\'m developing an application using web2py, and I want to generate a csv file so that the columns becomes rows.
I am using: rows = db(db.member.membership_id==request.args[0]).select(db.member.membership_id, db.member.first_name,