jQuery UI 图标系统是否有“空”图标?图标 - 没有图像的图标?

发布于 2024-09-02 23:18:43 字数 134 浏览 2 评论 0原文

听起来有点愚蠢的问题,但这将是一个很好的功能。

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 技术交流群。

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

发布评论

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

评论(4

紫竹語嫣☆ 2024-09-09 23:18:43

我刚刚创建了一个 .ui-icon-empty { background:none } 并通过按钮工具调用它:

$(selector).button({icons:{primary: 'ui-icon-empty'}})

它有效,但看起来很奇怪。如果 ui.base 中有一个 ui-icon-empty 就太好了

I just ended up creating a .ui-icon-empty { background:none } and calling that via the button tool:

$(selector).button({icons:{primary: 'ui-icon-empty'}})

It worked, but seems wonky. It'd be great if there was a ui-icon-empty in ui.base

花桑 2024-09-09 23:18:43

如果你查看 jquery ui 主题提供的 css 文件,你会发现一个名为 : 的类,

ui-icon-blank

你可以使用它来获得空白图标。

谢谢...

TC

if you look in the css file provided by jquery ui theme you will find a class named :

ui-icon-blank

you can use the same to have blank icons.

Thanks ...

TC

放飞的风筝 2024-09-09 23:18:43

如果您在列表中使用锚点并想要删除图标,请将“data-icon='false'”添加到列表标记中以删除图标。

<li data-icon="false">
    <a href="#">Label</a>
</li>

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.

<li data-icon="false">
    <a href="#">Label</a>
</li>
心的位置 2024-09-09 23:18:43

只需使用“ui-icon-blank”,它是一个空图标。

Just use "ui-icon-blank" which is an empty icon.

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