The idea of the MXML API Reference is that it lists all the
style properties of the control, and all the style properties the control
inherits from its ancestors in the Styles section. Is this not what you are
asking for?
hth,
matt horn
From: ckovey [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 15, 2005 1:51 PM
To: [email protected]
Subject: [flexcoders] Full list of CSS elements?
Greetings, I was wondering if there is a full list of all elements
available to Flex's CSS
For example, if you lookin the samples folder, any of those
stylesheets have specific elements you can play with (see below) And
while one could read through all the css styles and deduce what others
there are, it would be nice if there was a central list somewhere
HSlider {
fill-colors: #FFFFFF, #C2CCCF;
track-colors: #FAEED1, #E3C38D;
border-color: #666666;
tick-color: #666666;
label-offset: -3;
tick-offset: -3;
track-highlight: true;
}
Accordion {
margin-top:-11;
color: #111111;
font-size:9px;
font-weight: "bold";
text-roll-over-color: #111111;
fill-colors: #FFFCEC,#FAEED1;
selected-fill-colors: #DB924A,#8E4632;
border-style: "solid";
background-color: #FFFCEC;
}

