| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DIV
example:
>>> DIV('hello','world',_style='color:red;').xml() '<div style="color:red;">helloworld</div>'
all other HTML helpers are derived from DIV. _something="value" attributes are transparently translated into something="value" HTML attributes
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
tag =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Mar 25 20:33:07 2008 | http://epydoc.sourceforge.net |