examples/math.html
authorAlan Knowles <alan@akbkhome.com>
Tue, 11 Jan 2011 07:06:22 +0000 (15:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 11 Jan 2011 07:06:22 +0000 (15:06 +0800)
examples/math.html

index e69de29..061af21 100644 (file)
@@ -0,0 +1,22 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Array Grid Example</title>
+
+     <link rel="stylesheet" type="text/css" href="../../cssX/roojs-all.css"/>
+    <link rel="stylesheet" type="text/css" href="../../cssX/xtheme-slate.css"/>
+
+     <script type="text/javascript" src="../roojs-all.js"></script>   
+  
+    <script type="text/javascript" src="../Roo/util/Math.js"></script>
+    
+</head>
+<body>
+ <h1>Math utile example</h1>
+<p>This example shows how to create a grid from Array data.</p>
+<p>Note that the js is not minified so it is readable. See 
+</div>
+</body>
+</html>