Pman.Tab.XtuplePriceLists.bjs
authorEdward <edward@roojs.com>
Mon, 27 Jan 2014 08:29:23 +0000 (16:29 +0800)
committerEdward <edward@roojs.com>
Mon, 27 Jan 2014 08:29:23 +0000 (16:29 +0800)
Pman.Tab.XtuplePriceLists.js

Pman.Tab.XtuplePriceLists.bjs
Pman.Tab.XtuplePriceLists.js

index e652aca..e45caaa 100644 (file)
                                     "listeners": {
                                         "|render": "function() \n{\n    _this.igrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.ipanel.active) {\n       //this.footer.onClick('first');\n    }\n}",
                                         "afteredit": "function (e)\n{\n    \n    \n    Roo.log(e);\n    new Pman.Request({\n        url : baseURL +'/Roo/Charass',\n        params : {\n             charass_char_id_char_name : e.field.replace(/^item_char_/,'').toUpperCase(),\n             charass_value : e.value,\n             charass_target_type : 'I',\n             charass_default : 1,\n             charass_target_id : e.record.data.item_id\n         },\n         method : 'POST'\n     });\n    \n    \n    e.record.commit();\n    \n    \n    \n}",
-                                        "beforeedit": "function (e)\n{\n\n}"
+                                        "beforeedit": "function (e)\n{\n    Roo.log(e);\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "item_number",
index 95a41d9..fb435e9 100644 (file)
@@ -354,7 +354,7 @@ Pman.Tab.XtuplePriceLists = new Roo.XComponent({
                                 },
                                 beforeedit : function (e)
                                 {
-                                
+                                    Roo.log(e);
                                 }
                             },
                             autoExpandColumn : 'item_number',