Pman.Tab.BAdminIPAccess.bjs
authorEdward <edward@roojs.com>
Tue, 3 Jul 2018 08:36:46 +0000 (16:36 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jul 2018 08:36:46 +0000 (16:36 +0800)
Pman.Tab.BAdminIPAccess.js

Pman.Tab.BAdminIPAccess.bjs
Pman.Tab.BAdminIPAccess.js

index 467d6ea..e4453aa 100644 (file)
@@ -32,8 +32,8 @@
      "items" : [
       {
        "String tabPosition" : "top",
-       "xtype" : "Region",
        "Boolean hideTabs" : true,
+       "xtype" : "Region",
        "$ xns" : "Roo.bootstrap.layout",
        "* prop" : "center"
       },
@@ -82,8 +82,8 @@
                       "select" : "function (combo, record, index)\n{\n    _this.table.footer.onClick('first'); \n}"
                      },
                      "Boolean allowBlank" : false,
-                     "String name" : "status_name",
                      "String mode" : "local",
+                     "String name" : "status_name",
                      "String valueField" : "code",
                      "Boolean editable" : false,
                      "xtype" : "ComboBox",
           "render" : "function (_self)\n{\n    _this.table = this;\n}"
          },
          "String cls" : "table-fixed",
-         "boolean hover" : true,
          "boolean striped" : false,
+         "boolean hover" : true,
          "xtype" : "Table",
          "boolean responsive" : true,
          "Boolean rowSelection" : true,
            "xtype" : "Store",
            "boolean remoteSort" : true,
            "$ xns" : "Roo.data",
-           "$ sortinfo" : "{ field : 'display_name', direction: 'ASC' }",
+           "$ sortInfo" : "{ field : 'display_name', direction: 'ASC' }",
            "* prop" : "store",
            "items" : [
             {
           },
           {
            "Number pageSize" : 25,
-           "String displayMsg" : "Displaying Companies{0} - {1} of {2}",
            "Boolean displayInfo" : false,
+           "String displayMsg" : "Displaying Companies{0} - {1} of {2}",
            "xtype" : "PagingToolbar",
            "String emptyMsg" : "No Companies found",
            "$ xns" : "Roo.bootstrap",
index a2ee7bd..8101fad 100644 (file)
@@ -265,7 +265,7 @@ Pman.Tab.BAdminIPAccess = new Roo.XComponent({
        store : {
         xtype : 'Store',
         remoteSort : true,
-        sortinfo : { field : 'display_name', direction: 'ASC' },
+        sortInfo : { field : 'display_name', direction: 'ASC' },
         listeners : {
          beforeload : function (_self, o)
           {