sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
673 B

<!DOCTYPE html>
<html style="overflow-y:scroll;border:0px none;padding:0;margin:0;">
<head>
<meta charset="utf-8">
<title>Scroll Tests</title>
<link rel="stylesheet" href="../../../resources/dojo.css">
<style type="text/css">
fieldset { border:2px groove black; display:inline; padding:2px; }
fieldset iframe { width:100px; height:100px; }
label { display: block; }
</style>
<script type="text/javascript">
var ready = false;
</script>
</head>
<body>
<script type="text/javascript" src="../../../dojo.js" data-dojo-config="async: true, isDebug: true"></script>
<script type="text/javascript" src="scrollSetup.js"></script>
</body>
</html>