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.
36 lines
1.1 KiB
36 lines
1.1 KiB
<!DOCTYPE HTML> |
|
<html> |
|
<head> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/> |
|
<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>SwapView Tests</title> |
|
<script type="text/javascript" src="../../../deviceTheme.js"></script> |
|
<script type="text/javascript" src="../../../../../dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: true"></script> |
|
<script language="JavaScript" type="text/javascript"> |
|
var WIDGET_PROGRAMMATICALLY = 0; |
|
</script> |
|
<script type="text/javascript" src="SwapViewTests.js"></script> |
|
</head> |
|
<body style="visibility:hidden;"> |
|
<!-- |
|
<div id="foo"> |
|
<h1>SwapView 1</h1> |
|
</div> |
|
|
|
<div id="bar"> |
|
<h1>SwapView 2</h1> |
|
</div> |
|
|
|
<div id="fooPlace"><h1>SwapView 1</h1></div> |
|
<div id="barPlace"><h1>SwapView 2</h1></div> |
|
--> |
|
<div id="foo" data-dojo-type="dojox.mobile.SwapView" data-dojo-props='selected:true'> |
|
<h1>SwapView 1</h1> |
|
</div> |
|
|
|
<div id="bar" data-dojo-type="dojox.mobile.SwapView"> |
|
<h1>SwapView 2</h1> |
|
</div> |
|
</body> |
|
</html>
|
|
|