resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 5f900d9..98080f4 100644 (file)
@@ -547,6 +547,13 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                }
            }
            
+           var regex = /(.*?)\((.*?)\)/g;
+           
+           var type_match = regex.exec(r.Type);
+           
+           Roo.log(type_match);
+           
+           
            var o = {
                active : !has_s,
                dataIndex : r.Field,