Where can I find a list of icon images for the dojo toolkit dijit widgets?(在哪里可以找到 dojo 工具包 dijit 小部件的图标图像列表?)
问题描述
我猜是一个简单的问题,但尽管进行了一些谷歌搜索,但我离找到答案还差得远.有谁知道在哪里可以找到 Dojo 工具包中可用的图标列表?
Simple question I guess, but despite some googling I'm no closer to finding an answer. Does anyone know where to find a list of the icons available in the Dojo toolkit?
推荐答案
最好看的地方是 Dojo Toolkit 夜间图标目录.在这里您可以查看与所有可用图标样式对应的 CSS 类,如果您 转到图像目录,您实际上可以看到图标精灵.不幸的是,这不像 Class Name -> Icon Image 映射那么简单,但是所有 CSS 类名都以与 sprite 图像相同的顺序列出,留给对.
The best place to look at would be Dojo Toolkit nightly icon directory. Here you can view the CSS classes that correspond to all available icon styles, and if you go to the images directory you can actually see the icon sprites. Unfortunately this isn't as simple as a Class Name -> Icon Image mapping, but all the CSS class names are listed in the same order as the sprite images, left to right.
要快速扫描,请知道 commonIcons.css
文件按以下顺序分解类:
To quickly scan, know that the commonIcons.css
file break down the classes in this order:
- 图标类
- IE6 图标类(8 位)
- 禁用图标类
- 将背景位置设置为精灵图像上的相应位置
editorIcons.css
类只列出所有类名.
我能够在一个更易于阅读的列表中找到 Dijit 编辑器图标,但是,这不像上面的网站那样由 Dojo 维护,不一定会保持最新.
I was able to find the Dijit Editor icons in an easier to read list, however, this is not maintained by Dojo like the site above and will not necessarily keep up to date.
这篇关于在哪里可以找到 dojo 工具包 dijit 小部件的图标图像列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在哪里可以找到 dojo 工具包 dijit 小部件的图标图像列表?
- addEventListener 在 IE 11 中不起作用 2022-01-01
- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01
- Flexslider 箭头未正确显示 2022-01-01
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07
- 400或500级别的HTTP响应 2022-01-01
- 失败的 Canvas 360 jquery 插件 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01