flex 4: custom css value.

Posted by greg on Stack Overflow See other posts from Stack Overflow or by greg
Published on 2009-11-05T17:35:11Z Indexed on 2010/05/21 0:00 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

is there any way to create a custom css value for a component and have it available to the skin class that component is using? for example, if i define this in a css file:

s|Panel{
  skinClass: ClassReference("PanelSkin");
  myCustomValue: #CCCCFF;
}

is there a way to make myCustomValue available in the PanelSkin ?

© Stack Overflow or respective owner

Related posts about flex

Related posts about css