diff --git a/views/builder.blade.php b/views/builder.blade.php index a1e1067..7afacd9 100755 --- a/views/builder.blade.php +++ b/views/builder.blade.php @@ -1,5 +1,6 @@ + @@ -32,313 +33,350 @@ .btn-blue { background-color: #2489C5 !important; } + + .drag-handler { + width: 1.4em; + position: relative; + background-color: #E4E6EB; + background-image: linear-gradient(45deg, #E4E6EB, #E4E6EB 2px, #fff 2px, #fff 4px, #E4E6EB 4px, #E4E6EB 9px, #fff 9px, #fff 11px, #E4E6EB 11px, #E4E6EB 16px, #fff 16px, #fff 18px, #E4E6EB 18px, #E4E6EB 22px); + background-size: 10px 20px; + cursor: move; + border-top: 2px solid #FFF; + border-bottom: 2px solid #FFF; + } + + .drag-handler:active { + background-image: linear-gradient(45deg, #bab86c, #bab86c 2px, #fff 2px, #fff 4px, #bab86c 4px, #bab86c 9px, #fff 9px, #fff 11px, #bab86c 11px, #bab86c 16px, #fff 16px, #fff 18px, #bab86c 18px, #bab86c 22px); + background-size: 10px 20px; + } + + -
-
- -
-
-

InfyOm Laravel Generator Builder

-
-
-
- - -
- - -
-
- - -
-
- - -
-
- - -
-
-
-
-
- -
-
-

Rollback

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

Rollback

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

Generate CRUD From Schema

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

Generate CRUD From Schema

+
+
+ + +
+ + +
+
+ + +
+
+ + +
+
+
+ +
-
- + +
- - - + + + + diff --git a/views/field-template.blade.php b/views/field-template.blade.php index 97e69b1..628aa14 100644 --- a/views/field-template.blade.php +++ b/views/field-template.blade.php @@ -1,7 +1,14 @@ + + + + + - + + placeholder="Foreign table,Primary key" /> - + - + - +
- + diff --git a/views/relation-field-template.blade.php b/views/relation-field-template.blade.php index 7622d27..3b319e4 100644 --- a/views/relation-field-template.blade.php +++ b/views/relation-field-template.blade.php @@ -1,3 +1,10 @@ + + + + + - + - + - + - + - +