Class: List | Twisted-0.19.0/twisted/web/domwidgets.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
I am a widget which knows how to generateDOM for a python list.A List should be specified in the template HTML as so: <ul id="blah" view="List"> <li id="listItem" view="Text">Foo</li> </ul> Where blah is the name of a list on the model; eg self.model.blah = [
|