Flex 高级数据网格样式

发布于 2024-08-21 08:09:13 字数 143 浏览 6 评论 0原文

我正在构建的系统中使用高级数据网格。

设计师的设计PSD包含了关于翻转的特殊背景。

因此,仅当鼠标滚动到特定行时,我需要一行中单元格的背景才能从图像中获取背景。

这可能吗?

行可以从图像中获取背景吗(CSS)

I'm using an advanced datagrid in a system I'm building.

the design PSD from the designer includes a special background on rollover.

So, I need the background of the cells in a row to get the background from an image, only when the mouse rolls over a specific row.

is this even possible?

can a row get the background from an image (CSS)

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

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

发布评论

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

评论(1

御弟哥哥 2024-08-28 08:09:13

DataGrid(和列表)中有一个名为drawRowBackgrounds()的方法,它负责在一行中绘制一个简单的突出显示以响应用户交互。您可以使用 Flash 绘图 API 以编程方式完成 PSD 中的设计。如果您需要使用图像资源,您可以尝试将其添加为作为此方法调用的第一个参数传递的 Sprite 的子项。

There is a method available in DataGrids (and Lists) called drawRowBackgrounds() that is responsible for drawing a simple highlight into a row in response to a user interaction. You might be able to accomplish the design in the PSD programmatically by using the Flash drawing API. If you need to use an image asset, you could try to add it as a child of the Sprite that is passed as the first argument of this method call.

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