|
22 | 22 | <head> |
23 | 23 | <body ng-controller="demoController as demoCtrl" ng-cloak> |
24 | 24 |
|
25 | | - |
| 25 | + |
| 26 | + |
| 27 | + <div class="jumbotron"> |
| 28 | + <h1>Easy Form Generator : Drag and drop way</h1> |
| 29 | + <p class="text-center">This is currently in development (BETA).</p> |
| 30 | + <p class="text-center">It may change so I can't tell you this will look like the same when released.</p> |
| 31 | + <p class="text-center"><a class="btn btn-primary btn-lg" href="https://github.com/MacKentoch/easyFormGenerator"><i class="fa fa-github"></i> go github</a></p> |
| 32 | + |
| 33 | + <div class="well"> |
| 34 | + <h3> |
| 35 | + How to : |
| 36 | + </h3> |
| 37 | + <ul> |
| 38 | + <li> |
| 39 | + <h5> |
| 40 | + expand a group of control (left column) |
| 41 | + </h5> |
| 42 | + </li> |
| 43 | + <li><h5>drag controls from left column then drop into right column</h5></li> |
| 44 | + <li><h5>drag and drop controls within right column to re-order controls</h5></li> |
| 45 | + <li><h5>drag and drop lines of controls within right column to re-order lines</h5></li> |
| 46 | + <li><h5>right click controls (right column) to edit and customize it</h5></li> |
| 47 | + <li><h5>Check your form anytime (preview tab - upper right)</h5></li> |
| 48 | + </ul> |
| 49 | + <br/> |
| 50 | + <div class="col-md-10 col-md-offset-1"> |
| 51 | + <div class="alert alert-warning" role="alert"> |
| 52 | + <h4>This version is still in BETA so better use chrome to have a nice experience.</h4> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + <hr/> |
| 59 | + |
| 60 | + |
| 61 | + |
26 | 62 |
|
27 | 63 | <!-- Easy Form Generator drag and drop way : |
28 | 64 | =============================================================--> |
|
93 | 129 | <script type="text/javascript" src="../jquery/dist/jquery.min.js"></script> |
94 | 130 | <script type="text/javascript" src="../bootstrap/dist/js/bootstrap.min.js"></script> |
95 | 131 | <script type="text/javascript" src="../angular-bootstrap/ui-bootstrap-tpls.min.js"></script> |
96 | | - <script type="text/javascript" src="../easy-form-generator/dist/js/eda.dragdropway.min.js"></script> |
| 132 | + <script type="text/javascript" src="../easy-form-generator/dist/js/eda.dragdropway.js"></script> |
97 | 133 | <script type="text/javascript" src='../textAngular/dist/textAngular-rangy.min.js'></script> |
98 | 134 | <script type="text/javascript" src='../textAngular/dist/textAngular-sanitize.min.js'></script> |
99 | 135 | <script type="text/javascript" src='../textAngular/dist/textAngular.min.js'></script> |
|
0 commit comments