运行以下程序可以看到大部分,最后面的五个显示不出来,暂时不知道为什么。但大部分是有用的,出不来的我单独发图。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>ARCGIS API 所有按钮</title>
<link rel="stylesheet" href="css/main.css">
<style>
.action-button {
font-size: 16px;
background-color: transparent;
border: 1px solid #D3D3D3;
color: #6e6e6e;
height: 32px;
width: 32px;
text-align: center;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}.action-button:hover,
.action-button:focus {
background: #0079c1;
color: #e4e4e4;
}
</style>
</head>
<body>
<div>
<button class="action-button esri-icon-close" type="button" title=""></button>
<button class="action-button esri-icon-drag-horizontal" type="button" title=""></button>
<button class="action-button esri-icon-drag-vertical" type="button" title=""></button>
<button class="action-button esri-icon-handle-horizontal" type="button" title=""></button>
<button class="action-button esri-icon-handle-vertical" type="button" title=""></button>
<button class="action-button esri-icon-check-mark" type="button" title=""></button>
<button class="action-button esri-icon-left-triangle-arrow" type="button" title=""></button>
<button class="action-button esri-icon-right-triangle-arrow" type="button" title=""></button>
<button class="action-button esri-icon-down-arrow" type="button" title=""></button>
<button class="action-button esri-icon-up-arrow" type="button" title=""></button>
<button class="action-button esri-icon-overview-arrow-bottom-left" type="button" title=""></button>
<button class="action-button esri-icon-overview-arrow-bottom-right" type="button" title=""></button>
<button class="action-button esri-icon-overview-arrow-top-left" type="button" title=""></button>
<button class="action-button esri-icon-overview-arrow-top-right" type="button" title=""></button>
<button class="action-button esri-icon-maximize" type="button" title=""></button>
<button class="action-button esri-icon-minimize" type="button" title=""></button>
<button class="action-button esri-icon-checkbox-unchecked" type="button" title=""></button>
<button class="action-button esri-icon-checkbox-checked" type="button" title=""></button>
<button class="action-button esri-icon-radio-unchecked" type="button" title=""></button>
<button class="action-button esri-icon-radio-checked" type="button" title=""></button>
<button class="action-button esri-icon-up-arrow-circled" type="button" title=""></button>
<button class="action-button esri-icon-down-arrow-circled" type="button" title=""></button>
<button class="action-button esri-icon-left-arrow-circled" type="button" title=""></button>
<button class="action-button esri-icon-right-arrow-circled" type="button" title=""></button>
<button class="action-button esri-icon-zoom-out-fixed" type="button" title=""></button>
<button class="action-button esri-icon-zoom-in-fixed" type="button" title=""></button>
<button class="action-button esri-icon-refresh" type="button" title=""></button>
<button class="action-button esri-icon-edit" type="button" title=""></button>
<button class="action-button esri-icon-authorize" type="button" title=""></button>
<button class="action-button esri-icon-map-pin" type="button" title=""></button>
<button class="action-button esri-icon-blank-map-pin" type="button" title=""></button>
<button class="action-button esri-icon-table" type="button" title=""></button>
<button class="action-button esri-icon-plus" type="button" title=""></button>
<button class="action-button esri-icon-minus" type="button" title=""></button>
<button class="action-button esri-icon-beginning" type="button" title=""></button>
<button class="action-button esri-icon-reverse" type="button" title=""></button>
<button class="action-button esri-icon-pause" type="button" title=""></button>
<button class="action-button esri-icon-play" type="button" title=""></button>
<button class="action-button esri-icon-forward" type="button" title=""></button>
<button class="action-button esri-icon-end" type="button" title=""></button>
<button class="action-button esri-icon-erase" type="button" title=""></button>
<button class="action-button esri-icon-up-down-arrows" type="button" title=""></button>
<button class="action-button esri-icon-left" type="button" title=""></button>
<button class="action-button esri-icon-right" type="button" title=""></button>
<button class="action-button esri-icon-announcement" type="button" title=""></button>
<button class="action-button esri-icon-notice-round" type="button" title=""></button>
<button class="action-button esri-icon-notice-triangle" type="button" title=""></button>
<button class="action-button esri-icon-home" type="button" title=""></button>
<button class="action-button esri-icon-locate" type="button" title=""></button>
<button class="action-button esri-icon-expand" type="button" title=""></button>
<button class="action-button esri-icon-collapse" type="button" title=""></button>
<button class="action-button esri-icon-layer-list" type="button" title=""></button>
<button class="action-button esri-icon-basemap" type="button" title=""></button>
<button class="action-button esri-icon-globe" type="button" title=""></button>
<button class="action-button esri-icon-applications" type="button" title=""></button>
<button class="action-button esri-icon-arrow-up-circled" type="button" title=""></button>
<button class="action-button esri-icon-arrow-down-circled" type="button" title=""></button>
<button class="action-button esri-icon-arrow-left-circled" type="button" title=""></button>
<button class="action-button esri-icon-arrow-right-circled" type="button" title=""></button>
<button class="action-button esri-icon-minus-circled" type="button" title=""></button>
<button class="action-button esri-icon-plus-circled" type="button" title=""></button>
<button class="action-button esri-icon-add-attachment" type="button" title=""></button>
<button class="action-button esri-icon-attachment" type="button" title=""></button>
<button class="action-button esri-icon-calendar" type="button" title=""></button>
<button class="action-button esri-icon-close-circled" type="button" title=""></button>
<button class="action-button esri-icon-browser" type="button" title=""></button>
<button class="action-button esri-icon-collection" type="button" title=""></button>
<button class="action-button esri-icon-comment" type="button" title=""></button>
<button class="action-button esri-icon-configure-popup" type="button" title=""></button>
<button class="action-button esri-icon-contact" type="button" title=""></button>
<button class="action-button esri-icon-dashboard" type="button" title=""></button>
<button class="action-button esri-icon-deny" type="button" title=""></button>
<button class="action-button esri-icon-description" type="button" title=""></button>
<button class="action-button esri-icon-directions" type="button" title=""></button>
<button class="action-button esri-icon-directions2" type="button" title=""></button>
<button class="action-button esri-icon-documentation" type="button" title=""></button>
<button class="action-button esri-icon-duplicate" type="button" title=""></button>
<button class="action-button esri-icon-review" type="button" title=""></button>
<button class="action-button esri-icon-environment-settings" type="button" title=""></button>
<button class="action-button esri-icon-error" type="button" title=""></button>
<button class="action-button esri-icon-error2" type="button" title=""></button>
<button class="action-button esri-icon-experimental" type="button" title=""></button>
<button class="action-button esri-icon-feature-layer" type="button" title=""></button>
<button class="action-button esri-icon-filter" type="button" title=""></button>
<button class="action-button esri-icon-grant" type="button" title=""></button>
<button class="action-button esri-icon-group" type="button" title=""></button>
<button class="action-button esri-icon-key" type="button" title=""></button>
<button class="action-button esri-icon-labels" type="button" title=""></button>
<button class="action-button esri-icon-tag" type="button" title=""></button>
<button class="action-button esri-icon-layers" type="button" title=""></button>
<button class="action-button esri-icon-left-arrow" type="button" title=""></button>
<button class="action-button esri-icon-right-arrow" type="button" title=""></button>
<button class="action-button esri-icon-link-external" type="button" title=""></button>
<button class="action-button esri-icon-link" type="button" title=""></button>
<button class="action-button esri-icon-loading-indicator" type="button" title=""></button>
<button class="action-button esri-icon-maps" type="button" title=""></button>
<button class="action-button esri-icon-marketplace" type="button" title=""></button>
<button class="action-button esri-icon-media" type="button" title=""></button>
<button class="action-button esri-icon-media2" type="button" title=""></button>
<button class="action-button esri-icon-menu" type="button" title=""></button>
<button class="action-button esri-icon-mobile" type="button" title=""></button>
<button class="action-button esri-icon-phone" type="button" title=""></button>
<button class="action-button esri-icon-navigation" type="button" title=""></button>
<button class="action-button esri-icon-pan" type="button" title=""></button>
<button class="action-button esri-icon-printer" type="button" title=""></button>
<button class="action-button esri-icon-pie-chart" type="button" title=""></button>
<button class="action-button esri-icon-chart" type="button" title=""></button>
<button class="action-button esri-icon-line-chart" type="button" title=""></button>
<button class="action-button esri-icon-question" type="button" title=""></button>
<button class="action-button esri-icon-resend-invitation" type="button" title=""></button>
<button class="action-button esri-icon-rotate" type="button" title=""></button>
<button class="action-button esri-icon-save" type="button" title=""></button>
<button class="action-button esri-icon-settings" type="button" title=""></button>
<button class="action-button esri-icon-settings2" type="button" title=""></button>
<button class="action-button esri-icon-share" type="button" title=""></button>
<button class="action-button esri-icon-sign-out" type="button" title=""></button>
<button class="action-button esri-icon-support" type="button" title=""></button>
<button class="action-button esri-icon-user" type="button" title=""></button>
<button class="action-button esri-icon-time-clock" type="button" title=""></button>
<button class="action-button esri-icon-trash" type="button" title=""></button>
<button class="action-button esri-icon-upload" type="button" title=""></button>
<button class="action-button esri-icon-download" type="button" title=""></button>
<button class="action-button esri-icon-zoom-in-magnifying-glass" type="button" title=""></button>
<button class="action-button esri-icon-search" type="button" title=""></button>
<button class="action-button esri-icon-zoom-out-magnifying-glass" type="button" title=""></button>
<button class="action-button esri-icon-locked" type="button" title=""></button>
<button class="action-button esri-icon-unlocked" type="button" title=""></button>
<button class="action-button esri-icon-favorites" type="button" title=""></button>
<button class="action-button esri-icon-compass" type="button" title=""></button>
<button class="action-button esri-icon-down" type="button" title=""></button>
<button class="action-button esri-icon-up" type="button" title=""></button>
<button class="action-button esri-icon-chat" type="button" title=""></button>
<button class="action-button esri-icon-dock-bottom" type="button" title=""></button>
<button class="action-button esri-icon-dock-left" type="button" title=""></button>
<button class="action-button esri-icon-dock-right" type="button" title=""></button>
<button class="action-button esri-icon-organization" type="button" title=""></button>
<button class="action-button esri-icon-north-navigation" type="button" title=""></button>
<button class="action-button esri-icon-locate-circled" type="button" title=""></button>
<button class="action-button esri-icon-dial" type="button" title=""></button>
<button class="action-button esri-icon-polygon" type="button" title=""></button>
<button class="action-button esri-icon-polyline" type="button" title=""></button>
<button class="action-button esri-icon-visible" type="button" title=""></button>
<button class="action-button esri-icon-non-visible" type="button" title=""></button>
<button class="action-button esri-icon-link-vertical" type="button" title=""></button>
<button class="action-button esri-icon-unlocked-link-vertical" type="button" title=""></button>
<button class="action-button esri-icon-link-horizontal" type="button" title=""></button>
<button class="action-button esri-icon-unlocked-link-horizontal" type="button" title=""></button>
<button class="action-button esri-icon-swap" type="button" title=""></button>
<button class="action-button esri-icon-cta-link-external" type="button" title=""></button>
<button class="action-button esri-icon-reply" type="button" title=""></button>
<button class="action-button esri-icon-public" type="button" title=""></button>
<button class="action-button esri-icon-share2" type="button" title=""></button>
<button class="action-button esri-icon-launch-link-external" type="button" title=""></button>
<button class="action-button esri-icon-rotate-back" type="button" title=""></button>
<button class="action-button esri-icon-pan2" type="button" title=""></button>
<button class="action-button esri-icon-tracking" type="button" title=""></button>
<button class="action-button esri-icon-expand2" type="button" title=""></button>
<button class="action-button esri-icon-arrow-down" type="button" title=""></button>
<button class="action-button esri-icon-arrow-up" type="button" title=""></button>
<button class="action-button esri-icon-hollow-eye" type="button" title=""></button>
<button class="action-button esri-icon-play-circled" type="button" title=""></button>
<button class="action-button esri-icon-volume-off" type="button" title=""></button>
<button class="action-button esri-icon-volume-on" type="button" title=""></button>
<button class="action-button esri-icon-bookmark" type="button" title=""></button>
<button class="action-button esri-icon-lightbulb" type="button" title=""></button>
<button class="action-button esri-icon-sketch-rectangle" type="button" title=""></button>
<button class="action-button esri-icon-north-navigation-filled" type="button" title=""></button>
<button class="action-button esri-icon-default-action" type="button" title=""></button>
<button class="action-button esri-icon-undo" type="button" title=""></button>
<button class="action-button esri-icon-redo" type="button" title=""></button>
<button class="action-button esri-icon-cursor" type="button" title=""></button>
<button class="action-button esri-icon-cursor-filled" type="button" title=""></button>
<button class="action-button esri-icon-measure-line"  type="button" title="Measure distance"></button>
<button class="action-button esri-icon-measure"  type="button" title="Only Measure"></button>
<button class="action-button esri-icon-measure-area"  type="button" title="Measure area"></button>
<button class="action-button esri-icon-legend" type="button" title=""></button>
<button class="action-button esri-icon-sliders" type="button" title=""></button>
<button class="action-button esri-icon-sliders-horizontal"  type="button" title="" ></button>
<button class="action-button esri-icon-cursor-marquee"      type="button" title=""></button>
<button class="action-button esri-icon-lasso"      type="button" title=""></button></div>
</body>

ESRI Button 对应的图标相关推荐

  1. [ExtJS5学习笔记]第五节 使用fontawesome给你的extjs5应用添加字体图标

    本文地址:http://blog.csdn.net/sushengmiyan/article/details/38458411 本文作者:sushengmiyan ------------------ ...

  2. 自定义控件---重写Listbox实现item图标变换和item点击事件

    博客开通有一阵了,就是没有时间写,遗憾啊.!       这几天做了个排序的自定义控件,在listbox item里放是button 并支持图标的交替变换 效果如下: 把代码贴上: 1using Sy ...

  3. Qt中如何给按钮加图标(背景图片)

    Qt中如何给按钮加图标(背景图片) 1. Qt Designer中拖入一Tool Button 2. 选择图标的图片放入工程目录下,如放在Resources内 3. 双击工程的Resource Fil ...

  4. Android中如何设置RadioButton在文字的右边,图标在左边

    本文转自94cool博客园博客,原文链接:http://www.cnblogs.com/94cool/p/5411953.html,如需转载请自行联系原作者Android中如何设置RadioButto ...

  5. Bootstrap 字体图标和自定义矢量图标

    一.Bootstrap 字体图标 Bootstrap包括250多个来自 Glyphicon Halflings 的字体图标. 使用:将图标类应用到这个 <span> 或者<i> ...

  6. 使用Button(按钮)

    创建按钮 Button有三种基本形式,分别为: 空按钮 带文字的按钮 带图片及文字的按钮 可以看到Button的三种基本形式跟Label的非常相似,事实上,Button就是间接继承自Label的父类L ...

  7. 【html】如何处理显示ttf字体图标

    当看到某些文件的后缀名是ttf,表示是字体文件,除了显示字体,还能显示图标,如果需要显示的图标太多,就把它们放在一个文件中,方便统一管理图标,在此讲一下怎么显示字体图标. 打开文件 电脑上用什么工具打 ...

  8. android popupmenu 自定义样式,Android:自己定义PopupMenu的样式(显示图标/设置RadioButton图标)...

    PopupMenu是Android中一个十分轻量级的组件.与PopupWindow相比,PopupMenu的可自己定义的能力较小,但使用更加方便. 先上效果图: 本例要实现的功能例如以下: 1.强制显 ...

  9. IOS之UITabBarController

    在学习IOS开发过程中,针对于UITabBarController的使用也不少出现,UITabBarController和UINavigationController类似,UITabBarContro ...

最新文章

  1. web3j官网的完整中文翻译(java开发区块链以太坊应用的开源类库)
  2. Oracle-Oracle SQL Report (awrsqrpt.sql/awrsqrpi.sql)生成指定SQL的统计报表
  3. Alwayson--问题总结二
  4. 服务性服务–服务到服务的通话
  5. “攻城狮”手把手教你物联网智能生活-内网穿透技术
  6. linux监控电脑配置,Zabbix基本配置及监控主机
  7. [导入]每个开发人员现在应该下载的十种必备工具
  8. GoogleTest测试C++代码
  9. idea错误提示不明显_淘宝镜像错误导致vue项目一系列异常
  10. JAVA实现简单的FTP服务器
  11. C语言实现九九乘法表
  12. JS获取本地文件的内容
  13. 实现生成木马的自动变异
  14. Mac 软件和学习经验分享
  15. 普林斯顿宣布开源 25 核处理器
  16. 如果心酸就会心动也应行动
  17. 到底什么是索引???
  18. 怎样制作一个漂亮的艺术二维码?
  19. U盘安装kali linux
  20. C++ 网络编程下的socket编程(TCP\UDP),连接下位机

热门文章

  1. matlab摩擦应用,4.5 库伦摩擦、粘滞摩擦模块
  2. 黑色白色文字阴影HTML,利用css3的text-shadow属性实现文字阴影乳白效果
  3. 如何在虾皮上开店?虾皮网开店流程
  4. 移动app测试用例设计关注点总结(一)
  5. 这样学习好C语言是最有效的
  6. 合理使用搜索引擎更重要
  7. 霓虹灯颜色渐变flash素材
  8. mysql连接时报错:2003 - Can‘t connect to MySQL server on ‘127.0.0.1‘ (61 “Connection refused
  9. [Ural 1039] 没有上司的晚会
  10. 什么是拟合、过拟合、拟合不足?深度学习之数据集