/ widget.py / pwListItem
- List item widget class
- A widget used to construct items that will eventually be put into a list widget
Arguments:
items: the list of widgets to be displayed as part of this list item
Common Keywords:
- divClass: allows the user to override the class of the
- fieldSpecial: allows the user to add "special" HTML attributes to the output element
- id: overrides the HTML "id" attribute
- selectable: controls whether this field is selectable or not
- inputType: mostly for internal use -- overrides the type designation in the output hidden fields
Keywords:
- subitems: a possible list of subitems (widgets)
Default divClass: pwListItem
Methods
|
|
|
display
|
display ( self, lvl )
|
|
__init__
|
__init__ (
self,
items,
**kwlist,
)
|
|
|