Home | Trees | Indices | Help |
|
---|
|
This file is part of the web2py Web Framework Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) 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 | |||
DecimalWidget | |||
TimeWidget | |||
DateWidget | |||
DatetimeWidget | |||
TextWidget | |||
JSONWidget | |||
BooleanWidget | |||
OptionsWidget | |||
ListWidget | |||
MultipleOptionsWidget | |||
RadioWidget | |||
CheckboxesWidget | |||
PasswordWidget | |||
UploadWidget | |||
AutocompleteWidget | |||
SQLFORM SQLFORM is used to map a table (and a current record) into an HTML form |
|||
SQLTABLE given a Rows object, as returned by a db().select(), generates an html table with the rows. |
|||
ExportClass | |||
ExporterTSV | |||
ExporterCSV | |||
ExporterCSV_hidden | |||
ExporterHTML | |||
ExporterXML | |||
ExporterJSON |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
is_gae = None hash(x) |
|||
table_field = re.compile(r'
|
|||
widget_class = re.compile(r'^\w
|
|||
__package__ =
|
|
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 Sun Mar 16 02:36:10 2014 | http://epydoc.sourceforge.net |