[Seaside] Cant custom different styles for input tags

Lukas Renggli renggli at gmail.com
Tue Apr 24 13:28:10 UTC 2007


> How is supoused to custom the view of tags that had harcoded the css
> classname? Manipulate text is just too much for a case like this. If I set
> the css "text" class to be like one wants it compromises all the text inputs
> and one can't customize different styles in the same application (except if
> one manipulate dinamically the styles library).

This is a feature to ensure that different input tag types can be
styled without having to use [type="text"] CSS selectors that are not
supported by IE.

>     I'm not sure yet but, after a quick look, I think that there is
> functionality envolved with those harcoded css classes.

Not by default, but it is there to please your CSS designer that wants
to make the site work in IE.

> any pointer?

You can have an arbitrary number of classes per tag (just send #class:
multiple times), so I don't see the issue here.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list