Package web :: Package web :: Module form
[hide private]
[frames] | no frames]

Module form

source code

HTML forms (part of web.py)

Classes [hide private]
  Form
HTML form.
  Input
  AttributeList
List of atributes of input.
  Textbox
Textbox input.
  Password
Password input.
  Textarea
Textarea input.
  Dropdown
Dropdown/select input.
  Radio
  Checkbox
Checkbox input.
  Button
HTML Button.
  Hidden
Hidden Input.
  File
File input.
  Validator
  regexp
Functions [hide private]
 
attrget(obj, attr, value=None) source code
Variables [hide private]
  notnull = Validator("Required", bool)
  __package__ = 'web.web'