Files
openlayers/master/examples/ListItem_Programmatic.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

37 lines
1.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Switch</title>
<link href="../../themes/iphone/base.css" rel="stylesheet">
<link href="../../themes/common/domButtons.css" rel="stylesheet">
<script type="text/javascript" src="../../../../dojo/dojo.js" djConfig="parseOnLoad: true"></script>
<script language="JavaScript" type="text/javascript">
//dojo.require("dojo.parser"); // Use the lightweight parser.
dojo.require("dojox.mobile.parser");
dojo.require("dojox.mobile");
dojo.requireIf(!dojo.isWebKit, "dojox.mobile.compat");
</script>
<script type="text/javascript" src="CreateListItem_Programmatic.js"></script>
<script type="text/javascript" src="TestUtil.js"></script>
<script type="text/javascript" src="ListItem.js"></script>
</head>
<body>
<div id="foo" dojoType="dojox.mobile.View" selected="true">
<ul dojoType="dojox.mobile.RoundRectList">
</ul>
<ul dojoType="dojox.mobile.RoundRectList" iconBase="../images/i-icon-all.png">
</ul>
<ul dojoType="dojox.mobile.EdgeToEdgeList">
</ul>
<ul dojoType="dojox.mobile.EdgeToEdgeList">
</ul>
</div>
</body>
</html>