[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - widget.py:1.64.4.3

Garrett Smith garrett at mojave-corp.com
Sat Feb 7 21:52:58 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv10944/src/zope/app/browser/form

Modified Files:
      Tag: ozzope-widgets-branch
	widget.py 
Log Message:

Update to setup for widget interface creation.


=== Zope3/src/zope/app/browser/form/widget.py 1.64.4.2 => 1.64.4.3 ===
--- Zope3/src/zope/app/browser/form/widget.py:1.64.4.2	Sat Feb  7 21:47:06 2004
+++ Zope3/src/zope/app/browser/form/widget.py	Sat Feb  7 21:52:25 2004
@@ -145,9 +145,6 @@
 
     implements(IBrowserWidget)
 
-    propertyNames = (Widget.propertyNames +
-                     ['tag', 'type', 'cssClass', 'extra'])
-
     tag = 'input'
     type = 'text'
     cssClass = ''




More information about the Zope3-Checkins mailing list