From 34b92ef892e7df3bc6cb29424bf6f530a33437a2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Feb 2019 15:14:35 +0800 Subject: [PATCH] examples/bootstrap4/dynamic-components.js --- examples/bootstrap4/dynamic-components.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap4/dynamic-components.js b/examples/bootstrap4/dynamic-components.js index 3558660ebb..d3e902a94a 100644 --- a/examples/bootstrap4/dynamic-components.js +++ b/examples/bootstrap4/dynamic-components.js @@ -17,8 +17,12 @@ factory on the children might need to be more flexible? Dynamic.Component = function(cfg) { - - + config = Roo.apply({ + // the values specified in the builder for this element go here... + + }, cfg); + + Dynamic.Component.superclass.constructor.call(this, config); } -- 2.39.2