Fix #5622 - fix roojs dynamic example
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:09:44 +0000 (11:09 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:09:44 +0000 (11:09 +0800)
examples/bootstrap4/nested.html
examples/form/dynamic.js

index 101be70..5391aed 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <title>Nested Layout</title>
   
-   <!-- Bootstrap -->
+    <!-- Bootstrap -->
     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
index 9886e49..0534df9 100644 (file)
@@ -305,7 +305,7 @@ Roo.onReady(function(){
     mform.addButton('Save');
     mform.addButton('Cancel');
 
-   
+   /*
     mform.render('form-ct2');
     mform.setValues({
         country  : 'AK,LA',
@@ -313,6 +313,7 @@ Roo.onReady(function(){
         countrylist  : 'AG,AZ',
         countrylist_names : 'Antigua and Barbuda,Azerbaijan'        
     });
+    */
     /*
      * ================  Form 3  =======================
      */