php7 fixes
[Pman.Builder] / Pman.Tab.BuilderDatabase.js
index 3880f75..71f3fd5 100644 (file)
 
 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
 
+Roo.namespace('Pman.Tab');
 
+Pman.Tab.BuilderDatabase = new Roo.XComponent({
 
-// register the module first
-Pman.on('beforeload', function()
-{
-    Pman.register({
-        part :  ["Builder","Database"],
-        modKey : '999-Pman.Tab.BuilderDatabase',
-        module : Pman.Tab.BuilderDatabase,
-        region : 'center',
-        parent : Pman.Tab.Builder,
-        name : "Pman.Tab.BuilderDatabase",
-        disabled : false, 
-        permname: '' 
-    });
-});
-
-Pman.Tab.BuilderDatabase = new Roo.util.Observable({
-
-    panel : false,
-    disabled : false,
-    parentLayout:  false,
-
-    add : function(parentLayout, region)
-    {
-
-        var _this = this;
-        this.parentLayout = parentLayout;
+ _strings : {
+  'dc45dca245ff2f7b0a897d8a21b1873b' :"Displaying Images{0} - {1} of {2}",
+  '64e05c1766219647a3861e1419c75b6e' :"TOP LEVEL",
+  '651ae5789ab776f2fcaf80b5e62801dc' :"Tables",
+  '0c81971f67c0bd4b33799c5365ec2bf5' :"No Images found",
+  '6a844388ad911a9a292ca8936cd01208' :"Remove Group",
+  '4de4baf3480c0029c625937efcc38c37' :"Add Table/Container",
+  '51c45b795d5d18a3e4e0c37e8b20a141' :"Table",
+  '2f1fb3d9f25082e7fdb0befdad16da5f' :"Export Data",
+  '73eaab781d40c3cc779790197fbaae86' :"Manage Database",
+  'e1a0e2b1f38b57a8dc5aa6fecf0d5174' :"Sync Tables",
+  '81906cf98aa73f3353f46859f79e7ba1' :"Refresh/Manage Tables",
+  'b112803ab9deb7deba2a6b24ef3bb91a' :"Add Group",
+  'c1218806136c5a6445dcc48cec641fec' :"Refresh Schema"
+ },
 
-        this.panel = parentLayout.addxtype({
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
+  part     :  ["Builder", "Database" ],
+  order    : '999-Pman.Tab.BuilderDatabase',
+  region   : 'center',
+  parent   : 'Pman.Tab.Builder',
+  name     : "Pman.Tab.BuilderDatabase",
+  disabled : false, 
+  permname : '', 
+  _tree : function()
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   xtype : 'NestedLayoutPanel',
+   background : true,
+   region : 'center',
+   title : _this._strings['73eaab781d40c3cc779790197fbaae86'] /* Manage Database */,
+   listeners : {
+    activate : function (_self)
+     {
+      _this.treepanel.tree.root.reload();
+     }
+   },
+   xns : Roo,
+   '|xns' : 'Roo',
+   layout : {
+    xtype : 'BorderLayout',
+    xns : Roo,
+    '|xns' : 'Roo',
+    center : {
+     xtype : 'LayoutRegion',
+     xns : Roo,
+     '|xns' : 'Roo'
+    },
+    west : {
+     xtype : 'LayoutRegion',
+     split : true,
+     width : 150,
+     xns : Roo,
+     '|xns' : 'Roo'
+    },
+    items  : [
+     {
+      xtype : 'TreePanel',
+      region : 'west',
+      listeners : {
+       render : function (_self)
+        {
+           _this.treepanel = _self;
+        }
+      },
+      xns : Roo,
+      '|xns' : 'Roo',
+      menu : {
+       xtype : 'Menu',
+       xns : Roo.menu,
+       '|xns' : 'Roo.menu',
+       items  : [
+        {
+         xtype : 'Item',
+         text : _this._strings['b112803ab9deb7deba2a6b24ef3bb91a'] /* Add Group */,
+         listeners : {
+          click : function (_self, e)
+           {
+               _this.nIndex =     _this.nIndex || 0;
+               
+               var m = _this.cxnode.firstChild ? 'insertBefore' : 'appendChild';
+               var tree =  _this.treepanel.tree;
+               
+               var n = tree.loader.createNode({
+                   id : -1,
+                   descrip :'New Group ' + (++_this.nIndex), 
+                   name : ''
+               }); 
+               
+               var node = _this.cxnode[m]( n , _this.cxnode.firstChild);
+               setTimeout(function(){
+                       tree.editor.editNode = node;
+                       tree.editor.startEdit(node.ui.textNode);
+                   }, 10);
+           }
+         },
+         xns : Roo.menu,
+         '|xns' : 'Roo.menu'
+        },
+        {
+         xtype : 'Separator',
+         xns : Roo.menu,
+         '|xns' : 'Roo.menu'
+        },
+        {
+         xtype : 'Item',
+         text : _this._strings['6a844388ad911a9a292ca8936cd01208'] /* Remove Group */,
+         listeners : {
+          click : function (_self, e)
+           {
+               _this.nIndex =     _this.nIndex || 0;
+               
+               _this.cxnode;
+               // try and delete it..
+               new Pman.Request({
+                   url : baseURL + '/Roo/Builder_tables',
+                   params : {
+                       _delete : _this.cxnode.attributes.id
+                   },
+                   success : function() {
+                       _this.cxnode.parentNode.removeChild(_this.cxnode);
+                       _this.cxnode = false;
+                   
+                   }
+               });
+               
+           }
+         },
+         xns : Roo.menu,
+         '|xns' : 'Roo.menu'
+        }
+       ]
+      },
+      toolbar : {
+       xtype : 'Toolbar',
+       xns : Roo,
+       '|xns' : 'Roo',
+       items  : [
+        {
+         xtype : 'SplitButton',
+         text : _this._strings['81906cf98aa73f3353f46859f79e7ba1'] /* Refresh/Manage Tables */,
+         listeners : {
+          click : function (_self, e)
+           {
+            _this.treepanel.tree.root.reload();
+           }
+         },
+         xns : Roo.Toolbar,
+         '|xns' : 'Roo.Toolbar',
+         menu : {
+          xtype : 'Menu',
+          xns : Roo.menu,
+          '|xns' : 'Roo.menu',
+          items  : [
+           {
+            xtype : 'Item',
+            text : _this._strings['4de4baf3480c0029c625937efcc38c37'] /* Add Table/Container */,
+            xns : Roo.menu,
+            '|xns' : 'Roo.menu'
+           },
+           {
+            xtype : 'Separator',
+            xns : Roo.menu,
+            '|xns' : 'Roo.menu'
+           },
+           {
+            xtype : 'Item',
+            text : _this._strings['e1a0e2b1f38b57a8dc5aa6fecf0d5174'] /* Sync Tables */,
             listeners : {
-                activate : function (_self)
-                {
-                 _this.treepanel.tree.root.reload();
-                }
+             click : function (_self, e)
+              {
+                  new Pman.Request({
+                      method: 'GET',
+                      url: baseURL + '/Roo/Builder_tables.php',
+                      params : {
+                           _sync : 1
+                      }
+                  });
+                      
+              }
             },
-            background : true,
-            region : 'center',
-            title : "Manage Database",
-            layout : {
-                xtype: 'BorderLayout',
-                xns: Roo,
-                items : [
-                    {
-                        xtype: 'TreePanel',
-                        xns: Roo,
-                        listeners : {
-                            render : function (_self)
-                            {
-                               _this.treepanel = _self;
-                            }
-                        },
-                        region : 'west',
-                        toolbar : {
-                            xtype: 'Toolbar',
-                            xns: Roo,
-                            items : [
-                                {
-                                    xtype: 'SplitButton',
-                                    xns: Roo.Toolbar,
-                                    listeners : {
-                                        click : function (_self, e)
-                                        {
-                                         _this.treepanel.tree.root.reload();
-                                        }
-                                    },
-                                    text : "Refresh/Manage Tables",
-                                    menu : {
-                                        xtype: 'Menu',
-                                        xns: Roo.menu,
-                                        items : [
-                                            {
-                                                xtype: 'Item',
-                                                xns: Roo.menu,
-                                                text : "Add Table/Container"
-                                            },
-                                            {
-                                                xtype: 'Separator',
-                                                xns: Roo.menu
-                                            },
-                                            {
-                                                xtype: 'Item',
-                                                xns: Roo.menu,
-                                                listeners : {
-                                                    click : function (_self, e)
-                                                    {
-                                                        new Pman.Request({
-                                                            method: 'GET',
-                                                            url: baseURL + '/Roo/Builder_tables.php',
-                                                            params : {
-                                                                 _sync : 1
-                                                            }
-                                                        });
-                                                            
-                                                    }
-                                                },
-                                                text : "Sync Tables"
-                                            }
-                                        ]
-                                    }
-                                }
-                            ]
-                        },
-                        tree : {
-                            xtype: 'TreePanel',
-                            xns: Roo.tree,
-                            listeners : {
-                                beforeload : function (node)
-                                {
-                                    if (!_this.panel.active) {
-                                        return false;
-                                    }
-                                }
-                            },
-                            containerScroll : true,
-                            ddGroup : 'dbtree',
-                            enableDD : true,
-                            rootVisible : false,
-                            loader : {
-                                xtype: 'TreeLoader',
-                                xns: Roo.tree,
-                                listeners : {
-                                    create : function (_self, attr)
-                                    {
-                                        Roo.log("CREATE");
-                                        try {
-                                            attr.text = '';
-                                            
-                                            attr.leaf = attr.name.length ? true : false;
-                                            attr.html = String.format('<B>{0}</B><i>{1}</i>',
-                                                attr.name,
-                                                attr.descrip
-                                            );
-                                        } catch(e) {
-                                            Roo.log(e);
-                                        }
-                                        Roo.log(attr);
-                                    
-                                    }
-                                },
-                                queryParam : 'parent_id',
-                                requestMethod : 'GET',
-                                root : 'data',
-                                baseParams : { _tree: 1, 'sort': 'name', dir: 'ASC', limit : 9999 },
-                                dataUrl : baseURL + '/Roo/Builder_tables.php'
-                            },
-                            root : {
-                                xtype: 'AsyncTreeNode',
-                                xns: Roo.tree,
-                                text : "TOP LEVEL"
-                            },
-                            sm : {
-                                xtype: 'DefaultSelectionModel',
-                                xns: Roo.tree
-                            },
-                            editor : {
-                                xtype: 'TreeEditor',
-                                xns: Roo.tree
-                            }
-                        }
-                    },
-                    {
-                        xtype: 'GridPanel',
-                        xns: Roo,
-                        listeners : {
-                            activate : function() {
-                                _this.panel = this;
-                                if (_this.grid) {
-                                    _this.grid.footer.onClick('first');
-                                }
-                            }
-                        },
-                        background : true,
-                        fitContainer : true,
-                        fitToframe : true,
-                        region : 'center',
-                        tableName : 'Tables',
-                        title : "Tables",
-                        grid : {
-                            xtype: 'Grid',
-                            xns: Roo.grid,
-                            listeners : {
-                                render : function() 
-                                {
-                                    _this.grid = this; 
-                                    //_this.dialog = Pman.Dialog.FILL_IN
-                                    if (_this.panel.active) {
-                                       this.footer.onClick('first');
-                                    }
-                                },
-                                rowdblclick : function (_self, rowIndex, e)
-                                {
-                                    if (!_this.dialog) return;
-                                    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
-                                        _this.grid.footer.onClick('first');
-                                    }); 
-                                }
-                            },
-                            autoExpandColumn : 'table',
-                            loadMask : true,
-                            dataSource : {
-                                xtype: 'Store',
-                                xns: Roo.data,
-                                remoteSort : true,
-                                sortInfo : { field : 'filename', direction: 'ASC' },
-                                proxy : {
-                                    xtype: 'HttpProxy',
-                                    xns: Roo.data,
-                                    method : 'GET',
-                                    url : baseURL + '/Builder/ERM.php'
-                                },
-                                reader : {
-                                    xtype: 'JsonReader',
-                                    xns: Roo.data,
-                                    totalProperty : 'total',
-                                    root : 'data',
-                                    id : 'id',
-                                    fields : [
-                                        {
-                                            'name': 'id',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'filename',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'ontable',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'onid',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'mimetype',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'width',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'height',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'filesize',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'displayorder',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'language',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'created',
-                                            'type': 'date',
-                                            'dateFormat': 'Y-m-d'
-                                        },
-                                        {
-                                            'name': 'imgtype',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'linkurl',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'descript',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'title',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'credit',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'source',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_id',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_filename',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_ontable',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_onid',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_mimetype',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_width',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_height',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_filesize',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_displayorder',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_language',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_parent_image_id',
-                                            'type': 'int'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_created',
-                                            'type': 'date'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_imgtype',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_linkurl',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_descript',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_title',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_credit',
-                                            'type': 'string'
-                                        },
-                                        {
-                                            'name': 'parent_image_id_source',
-                                            'type': 'string'
-                                        }
-                                    ]
-                                }
-                            },
-                            footer : {
-                                xtype: 'PagingToolbar',
-                                xns: Roo,
-                                pageSize : 25,
-                                displayInfo : true,
-                                displayMsg : "Displaying Images{0} - {1} of {2}",
-                                emptyMsg : "No Images found"
-                            },
-                            toolbar : {
-                                xtype: 'Toolbar',
-                                xns: Roo,
-                                items : [
-                                    {
-                                        xtype: 'Button',
-                                        xns: Roo.Toolbar,
-                                        listeners : {
-                                            click : function()
-                                            {
-                                                Roo.MessageBox.alert("Updating", "Updating the cache");
-                                                new Pman.Request({
-                                                    url : baseURL + '/Core/RefreshDatabaseCache',
-                                                    method : 'GET',
-                                                    success : function() {
-                                                        Roo.MessageBox.hide();
-                                                    }
-                                                });
-                                            }
-                                        },
-                                        cls : 'x-btn-text-icon',
-                                        text : "Refresh Schema",
-                                        icon : Roo.rootURL + 'images/default/dd/drop-add.gif'
-                                    }
-                                ]
-                            },
-                            colModel : [
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    dataIndex : 'table',
-                                    header : 'Table',
-                                    width : 200,
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                }
-                            ]
-                        }
+            xns : Roo.menu,
+            '|xns' : 'Roo.menu'
+           },
+           {
+            xtype : 'Separator',
+            xns : Roo.menu,
+            '|xns' : 'Roo.menu'
+           },
+           {
+            xtype : 'Item',
+            text : _this._strings['2f1fb3d9f25082e7fdb0befdad16da5f'] /* Export Data */,
+            listeners : {
+             click : function (_self, e)
+              {
+              /*
+                  var node = _this.treepanel.tree.getSelectionModel().getSelectedNode();   
+                  
+                  if(!node){
+                      Roo.MessageBox.alert('Error', 'Please select a table');
+                      return;
+                  } 
+                  
+                  Roo.log(node.attributes.name);
+                  */
+                  new Pman.Download({
+                      url : baseURL + '/Roo/Builder_tables.php',
+                      timeout : 900000,
+                      params : {
+                          _dumpDatabase : 1
+                      },
+                      method : 'GET',
+                      success : function() {
+                      
+                      }
+                  });
+              }
+            },
+            xns : Roo.menu,
+            '|xns' : 'Roo.menu'
+           }
+          ]
+         }
+        }
+       ]
+      },
+      tree : {
+       xtype : 'TreePanel',
+       containerScroll : true,
+       ddGroup : 'dbtree',
+       enableDD : true,
+       rootVisible : false,
+       listeners : {
+        beforeload : function (node)
+         {
+             if (!_this.panel.active) {
+                 return false;
+             }
+         },
+        beforenodedrop : function (dropEvent)
+         {
+             Roo.log(dropEvent);
+             var node = dropEvent.dropNode;
+             var targ = dropEvent.target;
+             var parent = dropEvent.target;
+             switch(dropEvent.point) {
+                 case 'below': 
+                  case 'above':  
+                     parent = dropEvent.target.parentNode;
+                     break;
+                 default:
+                     break;
+             }
+             // technically you should not be able to drag tables into other modules..
+             if (parent.attributes.id < 1) {
+                 dropEvent.cancel = 1;
+             }
+             new Pman.Request({
+                 url : baseURL + '/Roo/Builder_tables',
+                 params : {
+                     id : node.attributes.id,
+                     parent_id : parent.attributes.id
+                 }
+             });
+             
+             
+         },
+        contextmenu : function (node, e)
+         {
+             if (!node.expanded || node.leaf) {
+                 return;
+             }
+         
+            _this.treepanel.menu = Roo.factory(_this.treepanel.menu);
+            _this.treepanel.menu.show(node.ui.anchor,'tr');
+            _this.cxnode = node;
+         }
+       },
+       xns : Roo.tree,
+       '|xns' : 'Roo.tree',
+       editor : {
+        xtype : 'TreeEditor',
+        listeners : {
+         beforenodeedit : function (_self,node)
+          {
+              Roo.log('before start edit');
+              Roo.log(this.editNode);
+              if (node.attributes.name.length) {
+                  return false;
+              }
+              return true;
+              
+          },
+         complete : function (_self, value, startValue)
+          {
+              Roo.log(this.editNode);
+          
+              var attr = this.editNode.attributes;
+              
+              var pa = this.editNode.parentNode.attributes;
+              Roo.log(pa);
+              var pr =  {
+           
+                  parent_id : pa.id,
+                  descrip : value,
+                  name : '',
+                  dbschema : ''
+              };
+                  
+              if (attr.id > 0) {
+                  pr.id = attr.id;
+              }
+              
+              new Pman.Request({
+                  url : baseURL + '/Roo/Builder_tables',
+                  method : 'POST',
+                  params : pr
+              });
+              
+              
+              
+          }
+        },
+        xns : Roo.tree,
+        '|xns' : 'Roo.tree'
+       },
+       root : {
+        xtype : 'AsyncTreeNode',
+        text : _this._strings['64e05c1766219647a3861e1419c75b6e'] /* TOP LEVEL */,
+        xns : Roo.tree,
+        '|xns' : 'Roo.tree'
+       },
+       loader : {
+        xtype : 'TreeLoader',
+        baseParams : { _tree: 1, 'sort': 'name', dir: 'ASC', limit : 9999 },
+        dataUrl : baseURL + '/Roo/Builder_tables.php',
+        queryParam : 'parent_id',
+        requestMethod : 'GET',
+        root : 'data',
+        listeners : {
+         create : function (_self, attr)
+          {
+              Roo.log("CREATE");
+              try {
+                  attr.text = attr.name.length ? attr.name : attr.descrip;
+                  
+                  attr.leaf = attr.name.length ? true : false;
+                  attr.html = String.format('<B>{0}</B><i>{1}</i>',
+                      attr.name,
+                      attr.descrip
+                  );
+              } catch(e) {
+                  Roo.log(e);
+              }
+              
+              Roo.log(attr);
+          
+          }
+        },
+        xns : Roo.tree,
+        '|xns' : 'Roo.tree'
+       },
+       sm : {
+        xtype : 'MultiSelectionModel',
+        xns : Roo.tree,
+        '|xns' : 'Roo.tree'
+       }
+      }
+     },
+     {
+      xtype : 'GridPanel',
+      background : true,
+      fitContainer : true,
+      fitToframe : true,
+      region : 'center',
+      tableName : 'Tables',
+      title : _this._strings['651ae5789ab776f2fcaf80b5e62801dc'] /* Tables */,
+      listeners : {
+       activate : function() {
+            _this.panel = this;
+            if (_this.grid) {
+                _this.grid.footer.onClick('first');
+            }
+        }
+      },
+      xns : Roo,
+      '|xns' : 'Roo',
+      grid : {
+       xtype : 'Grid',
+       autoExpandColumn : 'table',
+       loadMask : true,
+       listeners : {
+        render : function() 
+         {
+             _this.grid = this; 
+             //_this.dialog = Pman.Dialog.FILL_IN
+             if (_this.panel.active) {
+                this.footer.onClick('first');
+             }
+         },
+        rowdblclick : function (_self, rowIndex, e)
+         {
+             if (!_this.dialog) {
+                 return;
+             }
+             
+             _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
+                 _this.grid.footer.onClick('first');
+             }); 
+         }
+       },
+       xns : Roo.grid,
+       '|xns' : 'Roo.grid',
+       footer : {
+        xtype : 'PagingToolbar',
+        displayInfo : true,
+        displayMsg : _this._strings['dc45dca245ff2f7b0a897d8a21b1873b'] /* Displaying Images{0} - {1} of {2} */,
+        emptyMsg : _this._strings['0c81971f67c0bd4b33799c5365ec2bf5'] /* No Images found */,
+        pageSize : 25,
+        xns : Roo,
+        '|xns' : 'Roo'
+       },
+       toolbar : {
+        xtype : 'Toolbar',
+        xns : Roo,
+        '|xns' : 'Roo',
+        items  : [
+         {
+          xtype : 'Button',
+          cls : 'x-btn-text-icon',
+          icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
+          text : _this._strings['c1218806136c5a6445dcc48cec641fec'] /* Refresh Schema */,
+          listeners : {
+           click : function()
+            {
+                Roo.MessageBox.alert("Updating", "Updating the cache");
+                new Pman.Request({
+                    url : baseURL + '/Core/RefreshDatabaseCache',
+                    method : 'GET',
+                    success : function() {
+                        Roo.MessageBox.hide();
                     }
-                ],
-                west : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
-                    split : true,
-                    width : 150
-                },
-                center : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo
-                }
+                });
             }
-        });
-        this.layout = this.panel.layout;
-
-    }
+          },
+          xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar'
+         }
+        ]
+       },
+       dataSource : {
+        xtype : 'Store',
+        remoteSort : true,
+        sortInfo : { field : 'filename', direction: 'ASC' },
+        xns : Roo.data,
+        '|xns' : 'Roo.data',
+        proxy : {
+         xtype : 'HttpProxy',
+         method : 'GET',
+         url : baseURL + '/Builder/ERM.php',
+         xns : Roo.data,
+         '|xns' : 'Roo.data'
+        },
+        reader : {
+         xtype : 'JsonReader',
+         fields : [
+             {
+                 'name': 'id',
+                 'type': 'int'
+             },
+             {
+                 'name': 'filename',
+                 'type': 'string'
+             },
+             {
+                 'name': 'ontable',
+                 'type': 'string'
+             },
+             {
+                 'name': 'onid',
+                 'type': 'int'
+             },
+             {
+                 'name': 'mimetype',
+                 'type': 'string'
+             },
+             {
+                 'name': 'width',
+                 'type': 'int'
+             },
+             {
+                 'name': 'height',
+                 'type': 'int'
+             },
+             {
+                 'name': 'filesize',
+                 'type': 'int'
+             },
+             {
+                 'name': 'displayorder',
+                 'type': 'int'
+             },
+             {
+                 'name': 'language',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id',
+                 'type': 'int'
+             },
+             {
+                 'name': 'created',
+                 'type': 'date',
+                 'dateFormat': 'Y-m-d'
+             },
+             {
+                 'name': 'imgtype',
+                 'type': 'string'
+             },
+             {
+                 'name': 'linkurl',
+                 'type': 'string'
+             },
+             {
+                 'name': 'descript',
+                 'type': 'string'
+             },
+             {
+                 'name': 'title',
+                 'type': 'string'
+             },
+             {
+                 'name': 'credit',
+                 'type': 'string'
+             },
+             {
+                 'name': 'source',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_id',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_filename',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_ontable',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_onid',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_mimetype',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_width',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_height',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_filesize',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_displayorder',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_language',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_parent_image_id',
+                 'type': 'int'
+             },
+             {
+                 'name': 'parent_image_id_created',
+                 'type': 'date'
+             },
+             {
+                 'name': 'parent_image_id_imgtype',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_linkurl',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_descript',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_title',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_credit',
+                 'type': 'string'
+             },
+             {
+                 'name': 'parent_image_id_source',
+                 'type': 'string'
+             }
+         ],
+         id : 'id',
+         root : 'data',
+         totalProperty : 'total',
+         xns : Roo.data,
+         '|xns' : 'Roo.data'
+        }
+       },
+       colModel : [
+        {
+         xtype : 'ColumnModel',
+         dataIndex : 'table',
+         header : _this._strings['51c45b795d5d18a3e4e0c37e8b20a141'] /* Table */,
+         renderer : function(v) { return String.format('{0}', v); },
+         width : 200,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid'
+        }
+       ]
+      }
+     }
+    ]
+   }
+  };  }
 });