[Twisted-Python] td() in form

Itamar Shtull-Trauring itamar at itamarst.org
Tue Oct 14 16:44:28 EDT 2003


On Tue, 14 Oct 2003 20:29:10 +0000
"vicky lupien" <lupien_v_31 at hotmail.com> wrote:

> I' m suppose to write l.td(class='label').text(name) but I can't.  Is
> there a way to do this?

t = l.td()
t["class"] = "label"
t.text(name)

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python & Twisted consulting




More information about the Twisted-Python mailing list