Flex CSS 属性?
有谁知道可用于为 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");
Does anyone know of a handy master reference list of all the various CSS properties available for skinning Flex?
Basically a single reference of all the style properties and their definitions and usage examples in skinning.
Stuff like
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");
and not so obvious properties like
separator-skin: Embed("assets/general/separator.png");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我见过的最广泛的 Flex 3 样式列表看到合并在一处。 当然,这些文档都有,但它们很分散,而且实时文档有时筛选起来并不那么有趣。
This is the most extensive list of Flex 3 Styles that I have ever seen consolidated in one place. The docs have them all, of course, but they are scattered and livedocs is sometimes less than fun to sift through.
样式根据您要设置外观的组件而有所不同。 参考文档有每个组件的完整样式列表:
http://livedocs .adobe.com/flex/3/langref/index.html
The styles vary based on the component you're looking to skin. The reference docs have a full list of styles for each component:
http://livedocs.adobe.com/flex/3/langref/index.html