| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Input --+
|
Button
HTML Button.
>>> Button("save").render() '<button id="save" name="save">save</button>' >>> Button("action", value="save", html="<b>Save Changes</b>").render() '<button id="action" value="save" name="action"><b>Save Changes</b></button>'
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:30 2010 | http://epydoc.sourceforge.net |