Changed Pman.Dialog.Image.bjsPman.Dialog.Image.js
authorEdward <edward@roojs.com>
Tue, 9 Apr 2019 05:20:57 +0000 (13:20 +0800)
committerEdward <edward@roojs.com>
Tue, 9 Apr 2019 05:20:57 +0000 (13:20 +0800)
Pman.Dialog.Image.bjs
Pman.Dialog.Image.js

index 7a32314..f86f064 100644 (file)
   "91412465ea9169dfd901dd5e7c96dd99" : "Upload",
   "ea72bacd2fdfa818907bb9559e6905a1" : "Upload Image or File"
  },
+ "named_strings" : {
+  "imgtype_name_fieldLabel" : "8e16a71b3d8217eb80b39b7d8dec4296",
+  "imgtype_name_loadingText" : "1243daf593fa297e07ab03bf06d925af",
+  "imgtype_name_emptyText" : "dff0c70e4c11953e4e3ee1cf268fb96d",
+  "upload_max_filesize_value" : "eb5d45750c7ab13aa8e6bacc80315a30",
+  "imgtype_name_qtip" : "dff0c70e4c11953e4e3ee1cf268fb96d",
+  "post_max_size_value" : "eb5d45750c7ab13aa8e6bacc80315a30",
+  "imageUpload_fieldLabel" : "ea72bacd2fdfa818907bb9559e6905a1"
+ },
  "items" : [
   {
    "listeners" : {
@@ -44,6 +53,7 @@
      "region" : "center",
      "xtype" : "ContentPanel",
      "$ xns" : "Roo",
+     "Boolean autoScroll" : true,
      "items" : [
       {
        "listeners" : {
@@ -86,9 +96,9 @@
          "name" : "imageUpload"
         },
         {
+         "listWidth" : 400,
          "String actionMode" : "fieldEl",
          "alwaysQuery" : true,
-         "listWidth" : 400,
          "triggerAction" : "all",
          "fieldLabel" : "Image Type",
          "forceSelection" : true,
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/Core_enum'",
-             "method" : "GET",
              "xtype" : "HttpProxy",
+             "method" : "GET",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
index fc046e5..45a5e4f 100644 (file)
@@ -197,6 +197,7 @@ Pman.Dialog.Image = {
     items  : [
      {
       xtype : 'ContentPanel',
+      autoScroll : true,
       fitToFrame : true,
       region : 'center',
       xns : Roo,