[Laszlo-user] Where in the runtime would a CSS style like this be found: Skin[name="mySkin"]

Antun Karlovac antun at laszlosystems.com
Thu Mar 19 17:27:02 PDT 2009


In CSS in OpenLaszlo, you can kind-of define a CSS class like this:

Skin[name="mySkin"] {
     backgroundColor: #ff0000;
     textColor: #00ff00;
}

Does our implementation of CSS create an object somewhere that 
represents this selector?

Basically, I'm trying to get a hold of the CSS properties that are 
defined for Skin[name="mySkin"]. Is LzCSSStyle.getRulesCache() the only 
way to go?

Thanks,

Antun



More information about the Laszlo-user mailing list