Flex CSS属性?

时间:2009-07-31 03:37:39

标签: css flex skinning

有没有人知道可用于为Flex设置外观的所有各种CSS属性的方便的主引用列表?

基本上是皮肤中所有样式属性及其定义和用法示例的单个引用。

一样
close-button-up-skin:   Embed("assets/buttons/close.png");
close-button-over-skin: Embed("assets/buttons/close1.png");
close-button-down-skin: Embed("assets/buttons/close2.png");

而不是像

那样明显的属性
separator-skin:      Embed("assets/general/separator.png");

2 个答案:

答案 0 :(得分:2)

样式因您对皮肤的要求而异。参考文档具有每个组件的完整样式列表:

http://livedocs.adobe.com/flex/3/langref/index.html

答案 1 :(得分:2)

我见过的

This is the most extensive list of Flex 3 Styles在一个地方巩固了。当然,文档中包含了所有这些文档,但是它们是分散的,而且对于筛选来说,liveocs有时候不那么有趣。