[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser - form.py:1.5
Steve Alexander
steve@cat-box.net
Thu, 16 Jan 2003 14:53:12 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces/browser
In directory cvs.zope.org:/tmp/cvs-serv10145/src/zope/app/interfaces/browser
Modified Files:
form.py
Log Message:
Updated the interface definition of "row()" to reflect the use of
div elements instead of table cells.
=== Zope3/src/zope/app/interfaces/browser/form.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/browser/form.py:1.4 Thu Jan 9 09:13:14 2003
+++ Zope3/src/zope/app/interfaces/browser/form.py Thu Jan 16 14:53:09 2003
@@ -105,7 +105,10 @@
"""Render a label tag"""
def row():
- """Render the widget as a table row with the label and input widget
+ """Render the widget as two div elements, for the label and the field.
+
+ For example:
+ <div class="label">label</div><div class="field">field</div>
"""
# XXX The following two methods are being supported for backward