/ widget.py / pwSimple
- pwSimple
- A simple widget that only has a display method. Good for sticking arbitrary text into a group, etc.
Keywords:
- divClass: the class to associate with the surrounding div
- id: the id of the surrounding div
- text: the text to output
- textOnly: only output the text, no surrounding div
Default divClass: pwSimple
Methods
|
|
|
display
|
display ( self, lvl )
|
|
__init__
|
__init__ ( self, **kwlist )
|
|
|