Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="http://js.arcgis.com/3.13/esri/css/esri.css">
  <title>EsriJS Drag & Drop</title>
</head>
<body>
  <div id="mapView"></div>
  <div id="iconArea">
  <img id="home"
name="home"
class="drag-icon padding-icon-text"
src="http://www.odoe.net/apps/dndeditdemo/img/home_icon.png"
draggable="true" data-id="home" />
<img id="weather"
name="home"
class="drag-icon padding-icon-text"
src="http://www.odoe.net/apps/dndeditdemo/img/weather_station.png"
draggable="true" data-id="weather" />
  </div>
  <script src="http://js.arcgis.com/3.13/"></script>
</body>
</html>
 
html, body, #mapView {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#iconArea {
  z-index: 101;
  position: absolute;
  bottom: 0;
  height: 40px;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
odoepro
0viewers