Re: [Zope3-Users] Overriding cssClass on all input widgets

2007-08-25 Thread Adam Groszer
Hello Greg, You can do your own widgets where you just override the cssClass property, then in an overrides.zcml you register them instead of the stock widgets. See zope.app.form.browser/configure.zcml. An alternative way could be to create a new zope skin and adapdt your css according to what

[Zope3-Users] Overriding cssClass on all input widgets

2007-08-24 Thread Greg Baker
I'm trying to make a skin for my program, but am having trouble getting the input forms converted over. I have a skin created by a graphic artist, my problem now is figuring out how to change the cssClass attribute for all my widgets. Currently my forms are registered like this: