var eidtorGridObject=undefined;var eidtorGridIndex=undefined;var holdToolbar=[{text:"新增",iconCls:"e-icon fa fa-plus",handler:function(){_defaultValueObj.prototype.add()}},"-",{text:"保存并关闭",iconCls:"e-icon fa fa-remove",handler:function(){_defaultValueObj.prototype.saveColse()}},"-",{text:"关闭",iconCls:"e-icon fa fa-remove",handler:function(){_defaultValueObj.prototype.colse()}},"-",{text:"删除",iconCls:"e-icon fa fa-remove",handler:function(){removeitEidtorGridRow()}}];var _defaultValueObj=function(){};$(function(){_defaultValueObj.prototype.initGrid()});_defaultValueObj.prototype.initGrid=function(){var c=mystorage.get("defvalue_json");var b=mystorage.get("defvalue_select");$(".otherFormatDesignPanelBody").html(b);var f=[];if(!c){c=[]}else{var d=c;for(var e in d){var a={key:e,value:d[e]};f.push(a)}c=f}eidtorGridObject=$("#defaultValueEidtorGrid");eidtorGridObject.datagrid({iconCls:"e-icon fa fa-table",title:"",toolbar:holdToolbar,fit:true,data:c,fitColumns:true,singleSelect:true,border:true,nowrap:false,striped:true,onClickRow:onClickEditorRow,columns:[[{field:"key",title:"旧值",width:"50%",editor:{type:"textbox",options:{}}},{field:"value",title:"新值",width:"50%",editor:{type:"textbox",options:{}}}]]})};function onInitEidtorGridDefaultValue(a){var b=eidtorGridObject.datagrid("getEditor",{index:eidtorGridIndex,field:"value"});$(b.target).textbox("setValue",a)}_defaultValueObj.prototype.add=function(){var a={key:"",value:""};appendEidtorGridRow(a)};_defaultValueObj.prototype.saveColse=function(){acceptEidtorGrid();var a=eidtorGridObject.datagrid("getRows");if(a.length==0){a=""}var c=undefined;if(a.length>0){c={}}for(var b=0;b