| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007-2010). Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu>. License: GPL v2 Holds: - SQLFORM: provide a form for a table (with/without record) - SQLTABLE: provides a table for a set of records - form_factory: provides a SQLFORM for an non-db backed table
|
|||
|
FormWidget helper for SQLFORM to generate form input fields (widget), related to the fieldtype |
|||
| StringWidget | |||
| IntegerWidget | |||
| DoubleWidget | |||
| TimeWidget | |||
| DateWidget | |||
| DatetimeWidget | |||
| TextWidget | |||
| BooleanWidget | |||
| OptionsWidget | |||
| MultipleOptionsWidget | |||
| RadioWidget | |||
| CheckboxesWidget | |||
| PasswordWidget | |||
| UploadWidget | |||
|
SQLFORM SQLFORM is used to map a table (and a current record) into an HTML form |
|||
|
SQLTABLE given a SQLRows object, as returned by a db().select(), generates an html table with the rows. |
|||
|
|||
|
|||
|
|||
table_field = re.compile(r'
|
|||
ON = True
|
|||
TAG = __TAG__()
|
|||
|
|||
generates a SQLFORM for the given fields. Internally will build a non-database based data model to hold the fields. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 3 10:53:17 2010 | http://epydoc.sourceforge.net |