Hello,
Suppose I have a CSS file that is used in our application (HeaderContributer
etc.)
In this file I have many classes.
Suppose I want to get an attribute that is in one of these classes.
Example:
In my CSS file I have:
...
.colored-table {
  border: thin;
  background-color: #BBBBBB
...
}

I want in Wicket code something like:
getClassAttributeFromCss(CSS_File, attributeName).
And, putting in CSS file the location of that file (same methods as in the
HeaderContributor.forCss).
Putting "background-color" in the second parameter.

Result: #BBBBBB

Is it possible?

-----
Eyal Golan
[EMAIL PROTECTED]

Visit:  http://jvdrums.sourceforge.net/ JVDrums 
LinkedIn:  http://www.linkedin.com/in/egolan74 LinkedIn 
-- 
View this message in context: 
http://www.nabble.com/Reading-an-attribute-that-is-set-in-a-CSS-file-as-a-class-tp20523855p20523855.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to