X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Dialog.AdminEnumImages.bjs;h=90b134692e48e96a7aed6d12ad7dbe1b6b826356;hp=a5d20ddeb0aa16a92bf1317ca737d03d313bcd6e;hb=HEAD;hpb=ffa99b111ab0d8c0ab0df65474ac7c41396890cd diff --git a/Pman.Dialog.AdminEnumImages.bjs b/Pman.Dialog.AdminEnumImages.bjs index a5d20dd..90b1346 100644 --- a/Pman.Dialog.AdminEnumImages.bjs +++ b/Pman.Dialog.AdminEnumImages.bjs @@ -1,329 +1,181 @@ { - "id": "roo-file-266", - "name": "Pman.Dialog.AdminEnumImages", - "parent": "", - "title": "", - "path": "/home/chris/gitlive/Pman.Admin/Pman.Dialog.AdminEnumImages.bjs", - "items": [ + "name" : "Pman.Dialog.AdminEnumImages", + "parent" : "", + "title" : "", + "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman.Admin/Pman.Dialog.AdminEnumImages.bjs", + "permname" : "", + "modOrder" : "001", + "strings" : { + "0c81971f67c0bd4b33799c5365ec2bf5" : "No Images found", + "5b94af0908e765fe39e4d0e8f9c99ef8" : "Add / Edit Images", + "fff0d600f8a0b5e19e88bfb821dd1157" : "Images", + "ec211f7c20af43e742bf2570c3cb84f9" : "Add", + "0eceeb45861f9585dd7a97a3e36f85c6" : "Created", + "7dce122004969d56ae2e0245cb754d35" : "Edit", + "be53a0541a6d36f6ecb879fa2c584b08" : "Image", + "b78a3223503896721cca1303f776159b" : "Title", + "d3d2e617335f08df83599665eef8a418" : "Close", + "c0ed345ec857c06b31f7e88745c9bc40" : "Displaying Images {0} - {1} of {2}", + "f2a6c498fb90ee345d997f888fce3b18" : "Delete" + }, + "items" : [ + { + "listeners" : { + "show" : "function (_self)\n{\n _this.grid.footer.onClick('first');\n}" + }, + "modal" : true, + "title" : "Add / Edit Images", + "xtype" : "LayoutDialog", + "width" : 900, + "$ xns" : "Roo", + "height" : 500, + "items" : [ + { + "xtype" : "LayoutRegion", + "$ xns" : "Roo", + "* prop" : "center" + }, + { + "listeners" : { + "|activate" : "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" + }, + "fitToframe" : true, + "background" : false, + "region" : "center", + "title" : "Images", + "xtype" : "GridPanel", + "fitContainer" : true, + "$ xns" : "Roo", + "tableName" : "Images", + "items" : [ + { + "listeners" : { + "|rowdblclick" : "function (_self, rowIndex, e)\n{\n \n var s = _self.getDataSource().getAt(rowIndex);\n Pman.Dialog.Image.show(s.data, function() {\n _this.grid.footer.onClick('first');\n }); \n}", + "|render" : "function() { \n _this.grid = this; \n //_this.dialog = Pman.Dialog.FILL_IN\n //if (_this.panel.active) {\n // this.footer.onClick('first');\n //}\n}" + }, + "autoExpandColumn" : "title", + "xtype" : "Grid", + "loadMask" : true, + "$ xns" : "Roo.grid", + "* prop" : "grid", + "items" : [ { - "|xns": "Roo", - "xtype": "LayoutDialog", - "items": [ - { - "|xns": "Roo", - "xtype": "LayoutRegion", - "*prop": "center" - }, - { - "listeners": { - "|activate": "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" - }, - "background": true, - "fitContainer": true, - "fitToframe": true, - "region": "center", - "tableName": "Companies", - "title": "Outlets", - "xtype": "GridPanel", - "|xns": "Roo", - "items": [ - { - "listeners": { - "|render": "function() \n{\n _this.grid = this; \n _this.dialog = Pman.Dialog.PrettybookedOutlet;\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", - "|rowdblclick": "function (_self, rowIndex, e)\n{\n //_this.dialog = Pman.Dialog.PrettybookOutlet;\n _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n _this.grid.footer.onClick('first');\n }); \n}\n", - "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n var di = this.colModel.getDataIndex(columnIndex);\n if (di == 'is_active' || di == 'is_allow_booking') {\n\n var rec = _this.grid.ds.getAt(rowIndex);\n if(di == 'is_active'){\n rec.set('is_active', rec.data.is_active ? 0 : 1);\n }else{\n rec.set('is_allow_booking', rec.data.is_allow_booking ? 0 : 1);\n }\n rec.commit();\n }else{\n return;\n }\n \n}", - "afteredit": "function (e)\n{\n e.record.commit(); \n}" - }, - "*prop": "grid", - "clicksToEdit": 1, - "loadMask": true, - "xtype": "EditorGrid", - "|xns": "Roo.grid", - "items": [ - { - "listeners": { - "beforeload": "function (_self, options)\n{\n options.params = options.params || {};\n options.params.comptype='Outlet';\n options.params._search = _this.searchBox.getValue();\n for(var k in _this.pagetype) {\n if (!_this.pagetype[k].pressed) {\n continue;\n }\n switch(k) {\n case 'new':\n options.params.is_active = 0;\n break;\n case 'all':\n options.params.is_active = 1 ;\n break;\n }\n \n }\n}", - "update": "function (_self, record, operation)\n{\n if (operation != Roo.data.Record.COMMIT) {\n return;\n }\n // got commit..\n if(record.data.id > 0){\n new Pman.Request({\n url : baseURL + '/Roo/Companies.php',\n method : 'POST',\n params : {\n id : record.data.id,\n is_active : record.data.is_active,\n owner_id_active_by : record.data.is_active ? 2 : 0,\n is_allow_booking : record.data.is_allow_booking\n }, \n success : function(res) {\n //Roo.log(data);\n // update the ID if it's not set..\n if (record.data.id * 1 < 1) {\n record.set('id', res.data.id);\n }\n // no need to reload this..\n //_this.grid.getDataSource().load({});\n }\n });\n }\n \n}" - }, - "*prop": "dataSource", - "remoteSort": true, - "xtype": "Store", - "|sortInfo": "{ field : 'created_dt', direction: 'DESC' }", - "|xns": "Roo.data", - "items": [ - { - "*prop": "proxy", - "method": "GET", - "xtype": "HttpProxy", - "|url": "baseURL + '/Roo/Companies.php'", - "|xns": "Roo.data" - }, - { - "*prop": "reader", - "id": "id", - "root": "data", - "totalProperty": "total", - "xtype": "JsonReader", - "|fields": "[\n {\n 'name': 'id',\n 'type': 'int'\n },\n {\n 'name': 'code',\n 'type': 'string'\n },\n {\n 'name': 'name',\n 'type': 'string'\n },\n {\n 'name': 'remarks',\n 'type': 'string'\n },\n {\n 'name': 'owner_id',\n 'type': 'int'\n },\n {\n 'name': 'address',\n 'type': 'string'\n },\n {\n 'name': 'tel',\n 'type': 'string'\n },\n {\n 'name': 'fax',\n 'type': 'string'\n },\n {\n 'name': 'email',\n 'type': 'string'\n },\n {\n 'name': 'isOwner',\n 'type': 'int'\n },\n {\n 'name': 'logo_id',\n 'type': 'int'\n },\n {\n 'name': 'background_color',\n 'type': 'string'\n },\n {\n 'name': 'comptype',\n 'type': 'string'\n },\n {\n 'name': 'url',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id',\n 'type': 'int'\n },\n {\n 'name': 'created_by',\n 'type': 'int'\n },\n {\n 'name': 'created_dt',\n 'type': 'date',\n 'dateFormat': 'Y-m-d'\n },\n {\n 'name': 'updated_by',\n 'type': 'int'\n },\n {\n 'name': 'updated_dt',\n 'type': 'date',\n 'dateFormat': 'Y-m-d'\n },\n {\n 'name': 'passwd',\n 'type': 'string'\n },\n {\n 'name': 'dispatch_port',\n 'type': 'string'\n },\n {\n 'name': 'province',\n 'type': 'string'\n },\n {\n 'name': 'country',\n 'type': 'string'\n },\n {\n 'name': 'description',\n 'type': 'string'\n },\n {\n 'name': 'district_id',\n 'type': 'int'\n },\n {\n 'name': 'rating_average',\n 'type': 'float'\n },\n {\n 'name': 'rating_count',\n 'type': 'int'\n },\n {\n 'name': 'reviews_count',\n 'type': 'int'\n },\n {\n 'name': 'tel_other',\n 'type': 'string'\n },\n {\n 'name': 'is_active',\n 'type': 'int'\n },\n {\n 'name': 'is_allow_booking',\n 'type': 'int'\n },\n {\n 'name': 'price_range_min',\n 'type': 'float'\n },\n {\n 'name': 'price_range_max',\n 'type': 'float'\n },\n {\n 'name': 'favoured_value',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_id',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_filename',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_ontable',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_onid',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_mimetype',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_width',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_height',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_filesize',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_displayorder',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_language',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_parent_image_id',\n 'type': 'int'\n },\n {\n 'name': 'logo_id_created',\n 'type': 'date'\n },\n {\n 'name': 'logo_id_imgtype',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_linkurl',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_descript',\n 'type': 'string'\n },\n {\n 'name': 'logo_id_title',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_id',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_office_id',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_name',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_phone',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_fax',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_email',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_company_id',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_role',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_active',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_remarks',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_passwd',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_owner_id',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_lang',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_no_reset_sent',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_action_type',\n 'type': 'string'\n },\n {\n 'name': 'owner_id_project_id',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_deleted_by',\n 'type': 'int'\n },\n {\n 'name': 'owner_id_deleted_dt',\n 'type': 'date'\n },\n {\n 'name': 'main_office_id_id',\n 'type': 'int'\n },\n {\n 'name': 'main_office_id_company_id',\n 'type': 'int'\n },\n {\n 'name': 'main_office_id_name',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id_address',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id_phone',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id_fax',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id_email',\n 'type': 'string'\n },\n {\n 'name': 'main_office_id_role',\n 'type': 'string'\n },\n {\n 'name': 'district_id_id',\n 'type': 'int'\n },\n {\n 'name': 'district_id_name',\n 'type': 'string'\n },\n {\n 'name': 'district_id_parent_id',\n 'type': 'int'\n },\n {\n 'name': 'district_id_priority',\n 'type': 'int'\n },\n {\n 'name': 'district_id_created_dt',\n 'type': 'date'\n },\n {\n 'name': 'district_id_updated_dt',\n 'type': 'date'\n },\n {\n 'name': 'district_id_is_active',\n 'type': 'int'\n },\n {\n 'name': 'company_id_id',\n 'type': 'int'\n },\n {\n 'name': 'company_id_name',\n 'type': 'string'\n },\n {\n 'name': 'company_id_parent_id',\n 'type': 'int'\n },\n {\n 'name': 'company_id_priority',\n 'type': 'int'\n },\n {\n 'name': 'company_id_created_dt',\n 'type': 'date'\n },\n {\n 'name': 'company_id_updated_dt',\n 'type': 'date'\n },\n {\n 'name': 'company_id_is_active',\n 'type': 'int'\n },\n {\n 'name': 'company_id_top_id',\n 'type': 'int'\n }\n]", - "|xns": "Roo.data" - } - ] - }, - { - "*prop": "footer", - "xtype": "PagingToolbar", - "pageSize": 25, - "displayInfo": true, - "displayMsg": "Displaying Companies{0} - {1} of {2}", - "emptyMsg": "No Companies found", - "|xns": "Roo" - }, - { - "*prop": "toolbar", - "xtype": "Toolbar", - "|xns": "Roo", - "items": [ - { - "listeners": { - "render": "function (_self)\n{\n_this.searchBox= _self;\n}", - "specialkey": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}" - }, - "xtype": "TextField", - "|xns": "Roo.form" - }, - { - "listeners": { - "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}" - }, - "cls": "x-btn-icon", - "xtype": "Button", - "|icon": "rootURL + '/Pman/templates/images/search.gif'", - "|xns": "Roo.Toolbar" - }, - { - "listeners": { - "|click": "function (_self, e)\n{\n _this.searchBox.setValue('');\n \n _this.grid.footer.onClick('first');\n}" - }, - "cls": "x-btn-icon", - "xtype": "Button", - "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'", - "|xns": "Roo.Toolbar" - }, - { - "|xns": "Roo.Toolbar", - "xtype": "Separator" - }, - { - "listeners": { - "render": "function (_self)\n{\n _this.pagetype = _this.pagetype || {};\n _this.pagetype['new'] = _self;\n}", - "click": "function (_self, e)\n{\n _this.grid.footer.onClick('first');\n}" - }, - "enableToggle": true, - "pressed": true, - "text": "New Outlets", - "toggleGroup": "pagetype", - "xtype": "Button", - "|xns": "Roo.Toolbar" - }, - { - "listeners": { - "render": "function (_self)\n{\n _this.pagetype = _this.pagetype || {};\n _this.pagetype['all'] = _self;\n}", - "click": "function (_self, e)\n{\n _this.grid.footer.onClick('first');\n}" - }, - "enableToggle": true, - "pressed": false, - "text": "All Outlets", - "toggleGroup": "pagetype", - "xtype": "Button", - "|xns": "Roo.Toolbar" - }, - { - "|xns": "Roo.Toolbar", - "xtype": "Fill" - }, - { - "listeners": { - "|click": "function()\n{\n\n var sel = _this.grid.selModel.getSelectedCell();\n if (!sel) { \n Roo.MessageBox.alert(\"Error\", \"Select an outlet\");\n return;\n }\n var rec = _this.grid.ds.getAt(sel[0]);\n Pman.Dialog.PersonEdit.show( { id : rec.data.owner_id } , function() {\n _this.grid.footer.onClick('reload');\n }); \n \n \n}\n" - }, - "text": "Edit Owner password", - "xtype": "Button", - "|xns": "Roo.Toolbar" - }, - { - "listeners": { - "|click": "function()\n{\n if (!_this.dialog) return;\n _this.dialog.show( { id : 0 } , function() {\n _this.grid.footer.onClick('first');\n }); \n}\n" - }, - "cls": "x-btn-text-icon", - "text": "Add", - "xtype": "Button", - "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'", - "|xns": "Roo.Toolbar" - }, - { - "listeners": { - "|click": "function()\n{\n //Pman.genericDelete(_this, 'Companies'); \n \n var selection = _this.grid.getSelectionModel().getSelectedCell();\n var sn = _this.grid.ds.getAt(selection[0]);\n if (!sn || isNaN(sn.id *1)) {\n Roo.MessageBox.alert(\"Error\", \"Select a row\"); \n return;\n }\n Roo.MessageBox.confirm(\"Confirm\", \"Are sure you want to delete that?\", function (v){\n if (v != 'yes') {\n return;\n }\n Roo.log(sn);\n new Pman.Request({\n url : baseURL + '/Roo/Companies.php',\n method: 'POST',\n params : {\n _delete : sn.data.id\n },\n success : function()\n {\n Roo.log('Got Success!!');\n _this.grid.footer.onClick('first');\n }\n });\n /*new Pman.Request({\n url : baseURL + '/Roo/Person.php',\n method: 'POST',\n params : {\n _delete : sn.data.owner_id\n },\n success : function()\n {\n Roo.log('Got Success!!');\n \n \n }\n });\n */\n });\n \n}" - }, - "cls": "x-btn-text-icon", - "text": "Delete", - "xtype": "Button", - "|icon": "rootURL + '/Pman/templates/images/trash.gif'", - "|xns": "Roo.Toolbar" - } - ] - }, - { - "xtype": "ColumnModel", - "header": "Id", - "width": 75, - "dataIndex": "id", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "xtype": "ColumnModel", - "header": "Name", - "width": 200, - "dataIndex": "name", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "xtype": "ColumnModel", - "header": "Address", - "width": 200, - "dataIndex": "address", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "*prop": "colModel[]", - "dataIndex": "tel", - "header": "Tel", - "width": 100, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "email", - "header": "Email", - "width": 100, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "created_dt", - "header": "Created dt", - "sortable": true, - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "updated_dt", - "header": "Updated dt", - "sortable": true, - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "district_id_name", - "header": "District", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "owner_id_is_pending", - "header": "Verified", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { \n if (v) {\n return 'PENDING';\n }\n return 'VERIFIED';\n }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "is_active", - "header": "Is active", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { \n var state = v * 1 > 0 ? '-checked' : '';\n\n return '';\n \n }", - "|xns": "Roo.grid" - }, - { - "xtype": "ColumnModel", - "header": "Price range min", - "width": 75, - "dataIndex": "price_range_min", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "xtype": "ColumnModel", - "header": "Price range max", - "width": 75, - "dataIndex": "price_range_max", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "xtype": "ColumnModel", - "header": "Favoured value", - "width": 75, - "dataIndex": "favoured_value", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" - }, - { - "*prop": "colModel[]", - "dataIndex": "owner_id_active_by", - "header": "Active By", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v)\n{\n switch(v){\n case 1:\n v = 'user';\n break;\n case 2:\n v = 'admin';\n break;\n default:\n v = '';\n break;\n }\n return String.format('{0}', v);\n}", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "is_allow_booking", - "header": "Allow Booking?", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { \n var state = v * 1 > 0 ? '-checked' : '';\n\n return '';\n \n }", - "|xns": "Roo.grid" - }, - { - "*prop": "colModel[]", - "dataIndex": "total_value", - "header": "Total $ value", - "width": 75, - "xtype": "ColumnModel", - "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid" - } - ] - } - ] - } - ] + "listeners" : { + "|beforeload" : "function (_self, o)\n{\n //o.params.ontable = 'Companies';\n \n // o.params.imgtype = 'PressRelease';\n \n o.params = o.params || {};\n o.params.onid = _this.data.onid;\n o.params.ontable = 'core_enum';\n Roo.log(_this);\n \n}", + "|load" : "function (_self, records, options)\n{\n _this.panel.el.unmask();\n}" + }, + "xtype" : "Store", + "remoteSort" : true, + "$ sortInfo" : "{ field: 'created' , direction: 'DESC' }", + "$ xns" : "Roo.data", + "* prop" : "dataSource", + "items" : [ + { + "id" : "id", + "root" : "data", + "xtype" : "JsonReader", + "$ fields" : "[\n {\n 'name': 'id',\n 'type': 'int'\n },\n {\n 'name': 'filename',\n 'type': 'string'\n },\n {\n 'name': 'ontable',\n 'type': 'string'\n },\n {\n 'name': 'onid',\n 'type': 'int'\n },\n {\n 'name': 'mimetype',\n 'type': 'string'\n },\n {\n 'name': 'width',\n 'type': 'int'\n },\n {\n 'name': 'height',\n 'type': 'int'\n },\n {\n 'name': 'filesize',\n 'type': 'int'\n },\n {\n 'name': 'displayorder',\n 'type': 'int'\n },\n {\n 'name': 'language',\n 'type': 'string'\n },\n {\n 'name': 'parent_image_id',\n 'type': 'int'\n },\n {\n 'name': 'created',\n 'type': 'date',\n 'dateFormat' : 'Y-m-d H:i:s'\n },\n {\n 'name': 'imgtype',\n 'type': 'string'\n },\n {\n 'name': 'linkurl',\n 'type': 'string'\n },\n {\n 'name': 'descript',\n 'type': 'string'\n },\n {\n 'name': 'title',\n 'type': 'string'\n }\n]", + "$ xns" : "Roo.data", + "* prop" : "reader", + "totalProperty" : "total" + }, + { + "$ url" : "baseURL + '/Roo/Images.php'", + "method" : "GET", + "xtype" : "HttpProxy", + "$ xns" : "Roo.data", + "* prop" : "proxy" + } + ] + }, + { + "pageSize" : 25, + "xtype" : "PagingToolbar", + "emptyMsg" : "No Images found", + "$ xns" : "Roo", + "displayInfo" : true, + "displayMsg" : "Displaying Images {0} - {1} of {2}", + "* prop" : "footer" + }, + { + "xtype" : "Toolbar", + "$ xns" : "Roo", + "* prop" : "toolbar", + "items" : [ + { + "listeners" : { + "|click" : "function()\n{\n \n //var sel = Pman.Tab.PressReleaseCompanies ? Pman.Tab.PressReleaseCompanies.grid.getSelectionModel().getSelected() : false\n \n Pman.Dialog.Image.show({\n id : 0, \n ontable: 'core_enum',\n onid: _this.data.onid,\n imgtype : ''\n }, function(data){\n if (!data) { return; } \n _this.grid.footer.onClick('first');\n }); \n\n} " + }, + "text" : "Add", + "xtype" : "Button", + "cls" : "x-btn-text-icon", + "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'", + "$ xns" : "Roo.Toolbar" + }, + { + "listeners" : { + "|click" : "function()\n{\n var s = _this.grid.getSelectionModel().getSelections();\n \n if (!s || s.length != 1) {\n Roo.MessageBox.alert(\"Error\", \"Select a single image to edit\");\n return;\n }\n var data = _this.grid.getDataSource().getById(s[0].data.id).data;\n \n Pman.Dialog.Image.show(data, function() {\n _this.grid.footer.onClick('first');\n });\n \n}\n " + }, + "text" : "Edit", + "xtype" : "Button", + "cls" : "x-btn-text-icon", + "$ icon" : "Roo.rootURL + 'images/default/tree/leaf.gif'", + "$ xns" : "Roo" + }, + { + "listeners" : { + "|click" : "function()\n{\n var ids = [];\n \n var sc = _this.grid.getSelectionModel().getSelections();\n \n if (!sc.length) {\n Roo.MessageBox.alert(\"Error\", \"Select rows by clicking the row\");\n return;\n }\n Roo.each(sc, function(v){\n ids.push(v.id);\n });\n Roo.MessageBox.confirm(\n \"Confirm\", \n \"Confirm Deletion of selected rows (some rows can not be deleted if they are referenced elsewhere\", \n function(res) {\n if(res != 'yes') {\n return;\n }\n new Pman.Request({\n method : 'POST',\n url : baseURL + '/Roo/Images',\n params : {\n _delete : ids.join(',')\n },\n success : function() {\n _this.grid.footer.onClick('refresh');\n }\n });\n }\n );\n}\n " + }, + "text" : "Delete", + "xtype" : "Button", + "cls" : "x-btn-text-icon", + "$ icon" : "rootURL + '/Pman/templates/images/trash.gif'", + "$ xns" : "Roo.Toolbar" + } + ] + }, + { + "xtype" : "ColumnModel", + "sortable" : true, + "width" : 100, + "header" : "Created", + "$ renderer" : "function(v,x,r) {\n return String.format('{0}
{1}
{2}
{3}x{4}',\n v.format('d/M/Y'), r.data.mimetype, r.data.filename,\n r.data.width, r.data.height\n ); \n}\n ", + "$ xns" : "Roo.grid", + "* prop" : "colModel[]", + "dataIndex" : "created" + }, + { + "xtype" : "ColumnModel", + "header" : "Image", + "width" : 100, + "$ renderer" : "function(v,x,r) { return String.format('', baseURL, v, r.data.filename); }", + "$ xns" : "Roo.grid", + "* prop" : "colModel[]", + "dataIndex" : "id" + }, + { + "xtype" : "ColumnModel", + "header" : "Title", + "width" : 100, + "$ renderer" : "function(v,x,r) {\n// var surl = r.json.url.replace(/\\/release.php\\/Images\\//, '/i/').replace(/\\/([0-9]+)\\/.*$/, '/$1');;\n // var svurl = r.json.url_view.replace(/\\/release.php\\/Images\\//, '/i/').replace(/\\/([0-9]+)\\/.*$/, '/$1');;\n // return String.format(\n // 'Download Url : http://{0}{1}' + \n // '
View Url : http://{0}{2}' + \n //'
{3}
{4}', \n // window.location.host, surl, svurl,\n // v, r.json.descript); \n \n }", + "$ xns" : "Roo.grid", + "* prop" : "colModel[]", + "dataIndex" : "title" } - ], - "permname": "", - "modOrder": "001" + ] + } + ] + }, + { + "listeners" : { + "click" : "function (_self, e)\n{\n _this.dialog.hide();\n _this.callback(true);\n}" + }, + "text" : "Close", + "xtype" : "Button", + "$ xns" : "Roo", + "* prop" : "buttons[]" + } + ] + } + ] } \ No newline at end of file