flex - 仅在某些项目上使用的programmaticSkin

发布于 2024-11-27 14:04:38 字数 85 浏览 1 评论 0原文

我使用programmaticSkin 来自定义我使用的元素。我只想在某些场合使用它。 (在某些情况下 - 是,在其他情况下不是,或使用其他皮肤)这可能吗?

I've used programmaticSkin to customize an element i use. I would only like to use it on certain occasions. (on some instances - yes and on others no, or use other skin) is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再浓的妆也掩不了殇 2024-12-04 14:04:38

对于确实需要皮肤的元素,您只需将 'styleName' 属性设置为某个值(例如 'skinnedElement'),然后在 css 选择器中指定自定义皮肤:

.skinnedElement
{
   skin-class:path.to.your.CustomProgrammaticSkin;
}

On the elements that you do need the skin, you only need to set the 'styleName' property to something (like 'skinnedElement') and then specify the custom skin within the css selector:

.skinnedElement
{
   skin-class:path.to.your.CustomProgrammaticSkin;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文