jQuery UI 图标系统是否有“空”图标?图标 - 没有图像的图标?
听起来有点愚蠢的问题,但这将是一个很好的功能。
jQuery UI 图标系统是否有一个“空”图标 - 一个没有图像的图标?
我是否被迫在 ui-icon-empty 上进行一些自定义样式并将背景移动到图表之外的精灵区域?
Sounds like a bit of a silly question but it'd be a nice feature.
Does the jQuery UI Icon system have an "empty" icon - one with no image?
Am I forced to do some custom styling on a ui-icon-empty and move the background to an area of the sprite that is off the chart?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我刚刚创建了一个 .ui-icon-empty { background:none } 并通过按钮工具调用它:
它有效,但看起来很奇怪。如果 ui.base 中有一个 ui-icon-empty 就太好了
I just ended up creating a
.ui-icon-empty { background:none }
and calling that via the button tool:It worked, but seems wonky. It'd be great if there was a ui-icon-empty in ui.base
如果你查看 jquery ui 主题提供的 css 文件,你会发现一个名为 : 的类,
你可以使用它来获得空白图标。
谢谢...
TC
if you look in the css file provided by jquery ui theme you will find a class named :
you can use the same to have blank icons.
Thanks ...
TC
如果您在列表中使用锚点并想要删除图标,请将“data-icon='false'”添加到列表标记中以删除图标。
If you are using an anchor in a list and want to remove the icon add "data-icon='false'" to your list tag to remove the icon.
只需使用“ui-icon-blank”,它是一个空图标。
Just use "ui-icon-blank" which is an empty icon.