更改列表中单击项目(itemrenderer)的边框颜色

发布于 2024-11-16 13:18:21 字数 241 浏览 2 评论 0原文

您好,我想设置列表的某些项目渲染器(textInput)的 BorderColor。默认情况下,所有内容都有一个共同的边框颜色,但我希望例如在单击某个项目时具有红色边框。

我在 itemRenderer 中的单击事件上尝试了此操作,

mytextInput.setStyle("color", 0xDDDDDD);

但它似乎不起作用。

任何帮助。

谢谢

Hello I want to set the BorderColor of certain Item Renderers (textInput) of a List. By default all have a common border color, but I want for example when clicking in an item to have a red border.

I tried this on a click event in my itemRenderer,

mytextInput.setStyle("color", 0xDDDDDD);

But it does not seem to work.

Any help.

Thx

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

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

发布评论

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

评论(1

被翻牌 2024-11-23 13:18:21

就扩展 Spark TextInput 控制而言,所有此类问题都应该使用外观来解决。创建带有您喜欢的边框的自定义皮肤。

As far as you're extending Spark TextInput control all the problems of that kind should be solved using skins. Create custom skin with the border you like.

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