[Zope3-dev] browser widget 'row' and 'label' methods
Garrett Smith
garrett at mojave-corp.com
Fri May 7 11:05:58 EDT 2004
I'd like to delete BrowserWidget's 'row' and 'label' methods:
- 'label' collides with IWidget/Widget's 'label' attribute
- We can easily replace this functionality (and already do in the case
of 'row') in templates
- Label and row implementations have little to do with widget
implementation and much to do with page design/layout
I'll ensure that we get the same behavior by modifying widget_macros.pt
accordingly.
Any objections?
-- Garrett
More information about the Zope3-dev
mailing list