X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.Image.bjs;h=32f560f2236a202615ab6f127024d9d6cb428f2e;hp=0955429a8283d4b7ecacd03eb17e0d1981d05ba5;hb=443623f47935eb52acd65a3ff0d84eab1fd5a98b;hpb=8c83b51a4d770f81b451a07957247b1ee6e9b84a diff --git a/Pman.Dialog.Image.bjs b/Pman.Dialog.Image.bjs index 0955429a..32f560f2 100644 --- a/Pman.Dialog.Image.bjs +++ b/Pman.Dialog.Image.bjs @@ -8,10 +8,22 @@ "strings" : { "eb5d45750c7ab13aa8e6bacc80315a30" : "32M", "2859a4ae58ae4e25abdfc530f814e42f" : "Upload an Image or File", + "1243daf593fa297e07ab03bf06d925af" : "Searching...", "ea4788705e6873b424c65e91c2846b19" : "Cancel", + "8e16a71b3d8217eb80b39b7d8dec4296" : "Image Type", + "dff0c70e4c11953e4e3ee1cf268fb96d" : "Select image type", "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" : { @@ -39,13 +51,14 @@ { "fitToFrame" : true, "region" : "center", + "Boolean fitContainer" : true, "xtype" : "ContentPanel", "$ xns" : "Roo", "items" : [ { "listeners" : { "actionfailed" : "function (_self, act)\n{\n \n \n _this.dialog.uploadComplete = true;\n // _this.dialog.el.unmask();\n // error msg???\n _this.dialog.haveProgress = 2; \n if (act.type == 'submit') {\n Roo.log(\"Upload error\");\n Roo.log(act);\n \n try {\n Roo.MessageBox.alert(\"Error\", act.result.errorMsg.split(/\\n/).join('
'));\n } catch(e) {\n // Roo.log(e);\n Roo.MessageBox.alert(\"Error\", \"Saving failed = fix errors and try again\"); \n }\n return;\n }\n \n // what about load failing..\n Roo.MessageBox.alert(\"Error\", \"Error loading details\"); \n}", - "|actioncomplete" : "function(_self,act)\n{\n _this.dialog.uploadComplete = true;\n _this.dialog.haveProgress = 2; \n Roo.MessageBox.hide(); // force hiding\n //_this.dialog.el.unmask();\n \n if (act.type == 'setdata') { \n this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';\n this.el.dom.action = this.url;\n if (typeof(_this.data.timeout) != 'undefined') {\n this.timeout = _this.data.timeout;\n }\n \n this.findField('UPLOAD_IDENTIFIER').setValue(\n (new Date() * 1) + '' + Math.random());\n \n return;\n }\n \n \n if (act.type == 'load') {\n // should this happen? \n _this.data = act.result.data;\n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n Roo.log(\"Upload success\");\n Roo.log(act);\n //console.log(act);\n if (_this.callback) {\n _this.callback.call(this, act.result.data, act.result.extra);\n }\n return; \n }\n \n\n \n}\n", + "|actioncomplete" : "function(_self,act)\n{\n _this.dialog.uploadComplete = true;\n _this.dialog.haveProgress = 2; \n Roo.MessageBox.hide(); // force hiding\n //_this.dialog.el.unmask();\n \n if (act.type == 'setdata') { \n \n _this.form.findField('imgtype').hide();\n \n _this.dialog.resizeTo(500, 140);\n \n if(_this.data._show_image_type){\n _this.form.findField('imgtype').show();\n _this.dialog.resizeTo(500, 170);\n }\n \n this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';\n this.el.dom.action = this.url;\n if (typeof(_this.data.timeout) != 'undefined') {\n this.timeout = _this.data.timeout;\n }\n \n this.findField('UPLOAD_IDENTIFIER').setValue(\n (new Date() * 1) + '' + Math.random());\n \n return;\n }\n \n \n if (act.type == 'load') {\n // should this happen? \n _this.data = act.result.data;\n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n Roo.log(\"Upload success\");\n Roo.log(act);\n //console.log(act);\n if (_this.callback) {\n _this.callback.call(this, act.result.data, act.result.extra);\n }\n return; \n }\n \n\n \n}\n", "|rendered" : "function (form)\n{\n _this.form= form;\n}\n" }, "$ url" : "baseURL + '/Roo/Images.php'", @@ -83,24 +96,74 @@ "name" : "imageUpload" }, { - "xtype" : "Hidden", + "listWidth" : 400, + "String actionMode" : "fieldEl", + "alwaysQuery" : true, + "triggerAction" : "all", + "fieldLabel" : "Image Type", + "forceSelection" : true, + "selectOnFocus" : true, + "pageSize" : 20, + "displayField" : "display_name", + "emptyText" : "Select image type", + "hiddenName" : "imgtype", + "minChars" : 2, + "valueField" : "name", + "xtype" : "ComboBox", + "allowBlank" : true, + "typeAhead" : true, + "width" : 250, "$ xns" : "Roo.form", - "name" : "ontable" + "name" : "imgtype_name", + "qtip" : "Select image type", + "queryParam" : "query[search]", + "tpl" : "
{display_name} {name}
", + "loadingText" : "Searching...", + "items" : [ + { + "listeners" : { + "|beforeload" : "function (_self, o){\n o.params = o.params || {};\n \n o.params.etype = 'ImageType';\n \n o.params.active = 1;\n}\n" + }, + "xtype" : "Store", + "remoteSort" : true, + "$ sortInfo" : "{ direction : 'ASC', field: 'name' }", + "$ xns" : "Roo.data", + "* prop" : "store", + "items" : [ + { + "$ url" : "baseURL + '/Roo/Core_enum'", + "xtype" : "HttpProxy", + "method" : "GET", + "$ xns" : "Roo.data", + "* prop" : "proxy" + }, + { + "id" : "id", + "root" : "data", + "xtype" : "JsonReader", + "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", + "$ xns" : "Roo.data", + "* prop" : "reader", + "totalProperty" : "total" + } + ] + } + ] }, { "xtype" : "Hidden", "$ xns" : "Roo.form", - "name" : "onid" + "name" : "ontable" }, { "xtype" : "Hidden", "$ xns" : "Roo.form", - "name" : "id" + "name" : "onid" }, { "xtype" : "Hidden", "$ xns" : "Roo.form", - "name" : "imgtype" + "name" : "id" } ] } @@ -117,7 +180,7 @@ }, { "listeners" : { - "click" : "function (_self, e)\n{\n // do some checks?\n \n //_this.dialog.el.mask(\"Sending\");\n _this.dialog.uploadComplete = false;\n _this.form.doAction('submit', {\n params: {\n ts : Math.random()\n } \n });\n _this.dialog.haveProgress = 0; // set to show..\n _this.dialog.uploadProgress.defer(1000, _this.dialog);\n\n}" + "click" : "function (_self, e)\n{\n // do some checks?\n \n //_this.dialog.el.mask(\"Sending\");\n _this.dialog.uploadComplete = false;\n _this.form.doAction('submit', {\n params: {\n ts : Math.random()\n }\n });\n _this.dialog.haveProgress = 0; // set to show..\n _this.dialog.uploadProgress.defer(1000, _this.dialog);\n\n}" }, "text" : "Upload", "xtype" : "Button",