内联样式的图像精灵?
通过使用同级 CssResource 和 ImageResource 访问器显式定义 ClientBundle,我可以成功使用图像精灵 (@sprite)。但是我想知道使用精灵是否意味着必须有一个单独的.css文件。如果我使用
内联定义样式,如何获取与 gwt-image:
一起使用的图像访问器的已知名称?
I am able to use image sprites (@sprite) successfully by explicitly defining a ClientBundle with sibling CssResource and ImageResource accessors. However I'm wondering whether using a sprite means that must have a separate .css file. If I define my styles inline with <ui:style>
, how do I get a known name for an image accessor to use with gwt-image:
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答了我自己的问题:
同一模板中图像资源的字段名称用作生成的客户端包中图像访问器函数的名称。
Answered my own question:
The field names of image resources in the same template serve as the names of image accessor functions in the generated client bundle.