Original address: http://blog.163.com/[email protected]/blog/static/136739312201491011492263/
Take jquery-easyui-1.2.6 for example
Where all the icons are, how to reference them,
All the icons in the Jquery-easyui-1.2.6\themes\icons directory,
How references are defined in icon.css
Jquery-easyui-1.2.6/themes/icon.css
1 . Icon-blank{2 background:url (' icons/blank.gif ') no-repeat;3}4 . Icon-add{5 background:url (' icons/edit_add.png ') no-repeat;6}7 . Icon-edit{8 background:url (' icons/pencil.png ') no-repeat;9}Ten . Icon-remove{ One background:url (' icons/edit_remove.png ') no-repeat; A} - . Icon-save{ - background:url (' icons/filesave.png ') no-repeat; the} - . Icon-cut{ - background:url (' icons/cut.png ') no-repeat; -} + . Icon-ok{ - background:url (' icons/ok.png ') no-repeat; +} A . Icon-no{ at background:url (' icons/no.png ') no-repeat; -} - . Icon-cancel{ - background:url (' icons/cancel.png ') no-repeat; -} - . Icon-reload{ in background:url (' icons/reload.png ') no-repeat; -} to . Icon-search{ + background:url (' icons/search.png ') no-repeat; -} the . Icon-print{ * background:url (' icons/print.png ') no-repeat; $}Panax Notoginseng . Icon-help{ - background:url (' icons/help.png ') no-repeat; the} + . Icon-undo{ A background:url (' icons/undo.png ') no-repeat; the} + . Icon-redo{ - background:url (' icons/redo.png ') no-repeat; $} $ . Icon-back{ - background:url (' icons/back.png ') no-repeat; -} the . Icon-sum{ - background:url (' icons/sum.png ') no-repeat;Wuyi} the . Icon-tip{ - background:url (' icons/tip.png ') no-repeat; Wu} - . Icon-mini-add{ About background:url (' icons/mini_add.png ') no-repeat 2px 2px; $} - . Icon-mini-edit{ - background:url (' icons/mini_edit.png ') no-repeat 2px 2px; -} A . Icon-mini-refresh{ + background:url (' icons/mini_refresh.png ') no-repeat 3px 2px; the}
There are also some icons in the Jquery-easyui-1.2.6\themes\default\images directory
Other references:
Http://www.veryhuo.com/a/view/36052.html
[Turn]easyui all icons