| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
|
__init__(self,
init_val=(),
strict=False) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| getAction(self) | ||
| setAction(self, action) | ||
| getMethod(self) | ||
| setMethod(self, method) | ||
| getFileVariables(self) | ||
|
addFileInput(self,
attrs) Adds a file input to the form |
||
|
__str__(self) This method returns a string representation of the form Object. |
||
|
copy(self) This method returns a copy of the form Object. |
||
|
addSubmit(self,
name,
value) This is something I havent thought about ! <input type="submit" name="b0f" value="Submit Request"> |
||
|
addInput(self,
attrs) Adds a input to the form |
||
| getType(self, name) | ||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:37:35 2007 | http://epydoc.sourceforge.net |