开发者

Can I skin Flex 4 Spark UI components with runtime CSS?

开发者 https://www.devze.com 2023-01-07 16:28 出处:网络
Can I skin Flex 4 Spark UI components wit开发者_运维百科h runtime CSS?This depends on the Skin. Some default spark skins support a couple of CSS properties. However there are significantly less proper

Can I skin Flex 4 Spark UI components wit开发者_运维百科h runtime CSS?


This depends on the Skin. Some default spark skins support a couple of CSS properties. However there are significantly less properties available as for Halo components.

In general I would consider CSS skinning as obsolete since the Spark skinning with FXG is much more powerful and easier. You can switch the entire skin at runtime or better: Write a custom skin that is displayed differently based on the SkinState of your component.

0

精彩评论

暂无评论...
验证码 换一张
取 消