diff --git a/demo/anijs.html b/demo/anijs.html index 57823ff9a..06aaf3822 100644 --- a/demo/anijs.html +++ b/demo/anijs.html @@ -11,16 +11,16 @@ Codestin Search App - + - - + + + + +
+

RTL Demo

+ +
+ +
+ +
+ +
+
+ + + + diff --git a/demo/rtl.html b/demo/rtl.html deleted file mode 100644 index ca07c92bf..000000000 --- a/demo/rtl.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - Codestin Search App - - - - - - - - - - - - - - - -
-

RTL Demo

- -
- -
- -
- -
-
- - - - - diff --git a/demo/serialization.html b/demo/serialization.html index 7f9be56ac..c93760756 100644 --- a/demo/serialization.html +++ b/demo/serialization.html @@ -1,106 +1,105 @@ - + - - - - Codestin Search App + + + + Codestin Search App - - + + - - - - - - + + + + + + - + .grid-stack-item-content { + color: #2c3e50; + text-align: center; + background-color: #18bc9c; + } + -
-

Serialization demo

- - - -

-
-
- -
+
+

Serialization demo

+ Save Grid + Load Grid + Clear Grid +

+
+
+ +
+ + this.loadGrid(); + }; + }); + diff --git a/demo/two.html b/demo/two.html index 8ad75d099..953ee0dd7 100644 --- a/demo/two.html +++ b/demo/two.html @@ -1,145 +1,145 @@ - - - - - - Codestin Search App - - - - - - - - - - - - - + + + + + + Codestin Search App + + + + + + + + + + + + + -
-

Two grids demo

- -
-
- -
-
-
-
-
-
+
+

Two grids demo

-
-
-
-
-
-
-
-
-
+
+
+ +
+
+
+
- - + }); + + $('.sidebar .grid-stack-item').draggable({ + revert: 'invalid', + handle: '.grid-stack-item-content', + scroll: false, + appendTo: 'body' + }); + }); +