Changed examples/grid/array-grid.html
authorAlan <alan@roojs.com>
Thu, 14 Apr 2022 07:12:08 +0000 (15:12 +0800)
committerAlan <alan@roojs.com>
Thu, 14 Apr 2022 07:12:08 +0000 (15:12 +0800)
examples/grid/array-grid.html

index 0d03965..ec28f72 100644 (file)
@@ -1,29 +1,29 @@
-<html>\r
-<head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
-<title>Array Grid Example</title>\r
-\r
-     <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>   
-  \r
-    <script type="text/javascript" src="array-grid.js"></script>\r
-    <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
-\r
-    <!-- Common Styles for the examples -->\r
-    <link rel="stylesheet" type="text/css" href="../examples.css" />\r
-</head>\r
-<body>\r
-<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->\r
-<h1>Array Grid Example</h1>\r
-<p>This example shows how to create a grid from Array data.</p>\r
-<p>Note that the js is not minified so it is readable. See 
-<button type="button" onclick="RooDocs.viewSource.show('/array-grid.js')">array-grid.js</button>  and 
-<button type="button" onclick="RooDocs.viewSource.show('/array-grid.html')">array-grid.html</button> .</p>\r
-\r
-<div id="grid-panel" style="width:600px;height:300px;">\r
-<div id="grid-example"></div>\r
-</div>\r
-</body>\r
-</html>\r
+<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="array-grid.js"></script>
+        <link rel="stylesheet" type="text/css" href="grid-examples.css" />
+    
+        <!-- Common Styles for the examples -->
+        <link rel="stylesheet" type="text/css" href="../examples.css" />
+    </head>
+    <body>
+        <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
+        <h1>Array Grid 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 
+        <button type="button" onclick="RooDocs.viewSource.show('/array-grid.js')">array-grid.js</button>  and 
+        <button type="button" onclick="RooDocs.viewSource.show('/array-grid.html')">array-grid.html</button> .</p>
+        
+        <div id="grid-panel" style="width:600px;height:300px;">
+            <div id="grid-example"></div>
+        </div>
+    </body>
+</html>