examples/bootstrap4/dynamic-components.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:16:06 +0000 (15:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:16:06 +0000 (15:16 +0800)
examples/bootstrap4/dynamic-components.js

index 288050a..f8f5454 100644 (file)
@@ -32,9 +32,13 @@ Dynamic.Component = function(cfg)
     });
 }
 
+Roo.extend(Dynamic.Component, Roo.bootstrap.Body, {
 
 
 
+});
+
+