examples/math.html
[roojs1] / examples / math.html
index 061af21..593dab3 100644 (file)
 <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 
  
+ <script>
  
+ Roo.onReady(function() {
+     
+     a = new Roo.util.Math("123",2);
+     a.add("334");
+     document.write(a);
+     
+     
+    });
+ </script>
 </div>
 </body>
 </html>