From 775bf11854afcb40e45ce2b15b9de3e140889bfc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:09:44 +0800 Subject: [PATCH] Fix #5622 - fix roojs dynamic example --- examples/bootstrap4/nested.html | 2 +- examples/form/dynamic.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap4/nested.html b/examples/bootstrap4/nested.html index 101be70ce9..5391aede1a 100644 --- a/examples/bootstrap4/nested.html +++ b/examples/bootstrap4/nested.html @@ -3,7 +3,7 @@ Nested Layout - + diff --git a/examples/form/dynamic.js b/examples/form/dynamic.js index 9886e49feb..0534df9110 100644 --- a/examples/form/dynamic.js +++ b/examples/form/dynamic.js @@ -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 ======================= */ -- 2.39.2