UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

39 lines (33 loc) 1.27 kB
<!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>PageIndicator Tests</title> <script type="text/javascript" src="../../../deviceTheme.js" data-dojo-config="mblThemeFiles: ['base','PageIndicator']"></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="PageIndicatorTests.js"></script> </head> <body style="visibility:hidden;background-color:#6D6D6D"> <div data-dojo-type="dojox.mobile.SwapView"> <h1>View 1</h1> </div> <div data-dojo-type="dojox.mobile.SwapView"> <h1>View 2</h1> </div> <div data-dojo-type="dojox.mobile.SwapView"> <h1>View 3</h1> </div> <div data-dojo-type="dojox.mobile.SwapView"> <h1>View 4</h1> </div> <div data-dojo-type="dojox.mobile.SwapView"> <h1>View 5</h1> </div> <div data-dojo-type="dojox.mobile.PageIndicator" data-dojo-props='fixed:"bottom"'></div> </body> </html>