Skip to content

Commit bdc7b35

Browse files
committed
1 parent f176264 commit bdc7b35

14 files changed

+120
-23
lines changed

examples/0-showcase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/1-basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/10-dynamic-min-max-wh.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>
@@ -16,7 +16,9 @@ <h3>React-Grid-Layout Demo 10 - Dynamic Minimum and Maximum Width/Height</h3>
1616
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/10-dynamic-min-max-wh.jsx">View this example's source</a></li>
1717

1818
<li><a href="9-min-max-wh.html">View the previous example: "Minimum and Maximum Width/Height"</a></li>
19-
</ul>
19+
20+
<li><a href="11-no-vertical-compact.html">View the next example: "No Vertical Compacting (Free Movement)"</a></li>
21+
</ul>
2022
<div id="content"></div>
2123
</body>
2224
</html>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
3+
-->
4+
<html>
5+
<head>
6+
<script src="http://localhost:4002/dist/commons.js"></script>
7+
<script src="http://localhost:4002/dist/11-no-vertical-compact.bundle.js"></script>
8+
<title>RGL Example 11 - No Vertical Compacting (Free Movement)</title>
9+
</head>
10+
<body>
11+
<h3>React-Grid-Layout Demo 11 - No Vertical Compacting (Free Movement)</h3>
12+
<p>You may want to turn off vertical compacting so items can be placed anywhere in the grid. Set the property `verticalCompact` to `false` to achieve this effect.</p>
13+
<ul>
14+
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
15+
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/11-no-vertical-compact.jsx">View this example's source</a></li>
16+
17+
<li><a href="10-dynamic-min-max-wh.html">View the previous example: "Dynamic Minimum and Maximum Width/Height"</a></li>
18+
</ul>
19+
<div id="content"></div>
20+
</body>
21+
</html>

examples/2-no-dragging.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/3-messy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/4-grid-property.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/5-static-elements.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/6-dynamic-add-remove.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

examples/7-localstorage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!--
2-
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
1+
<!--
2+
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
33
-->
44
<html>
55
<head>

0 commit comments

Comments
 (0)