if(!JsNamespace.exist("Eco.XComp.Factory")){JsNamespace.declare("Eco.XComp.Factory",{"getXCompByName":function(_a,_b){var _c="default",_d=_a;if(Eco.isObject(_a)){_d=_a.target;_c=_a.poolName;}var _e=Eco.XComp.Factory._getUsed(_d,_c);if(_e){return _e[_b];}},"_getCache":function(_a,_b,_c,_d){var _e;if(_b=="default"){_e=_a._defaultCache;if(_d&&!_e){_a._defaultCache={};_e=_a._defaultCache;}if(!_e){return null;}if(!_c||!_c.length){Eco.Logger.error({message:"poolName이 'default'면 type값이 반드시 존재해야 합니다.",stack:true});}var _f=_e[_c];if(_d&&!_f){_e[_c]=[];_f=_e[_c];}return _f;}else{_e=_a._cache;if(_d&&!_e){_a._cache={};_e=_a._cache;}if(!_e){return null;}var _g=_e[_b];if(_d&&!_g){_e[_b]=[];_g=_e[_b];}return _g;}},"_getUsed":function(_a,_b,_c){var _d;if(_b=="default"){_d=_a._defaultUsed;if(_c&&!_d){_a._defaultUsed={};_d=_a._defaultUsed;}}else{_d=_a._used;if(_c&&!_d){_d={};_a._used=_d;}if(!_d){return null;}var _e=_d[_b];if(_c&&!_e){_e={};_d[_b]=_e;}return _e;}return _d;},"getXComp":function(_a,_b,_c){var _d,_e="default",_f=_a,_g,_h=Eco.XComp.Factory;if(Eco.isObject(_a)){_f=_a.target;_e=_a.poolName;}_g=_h._getCache(_f,_e,_b);var _i;if(!Eco.isString(_c)){_i=null;}else{_i=_c;}if(_g&&_g.length){_d=_g.pop();_d._id=_i||_d._id||_d.name;}else{var _l=_h._getConstructor(_b);if(!_l){Eco.Logger.error({"message":"type("+_b+") is not exist!",stack:true});}_d=new _l();_d.init(Eco.getUniqueId(_b+"_"),"absolute",0,0,0,0);_f.addChild(_d.name,_d);_d.show();_d._id=_i||_d.name;}var _j=arguments.length;if(_j>2){var _m,_n;if(Eco.isString(arguments[2])){if(_j==4){_h.setRect(_d,arguments[3]);}else if(_j==5){_h.setRect(_d,arguments[3],arguments[4]);}else if(_j==6){_h.setRect(_d,arguments[3],arguments[4],arguments[5]);}else if(_j==7){_h.setRect(_d,arguments[3],arguments[4],arguments[5],arguments[6]);}}else if(arguments[2]!=null){if(_j==3){_h.setRect(_d,arguments[2]);}else if(_j==4){_h.setRect(_d,arguments[2],arguments[3]);}else if(_j==5){_h.setRect(_d,arguments[2],arguments[3],arguments[4]);}else if(_j==6){_h.setRect(_d,arguments[2],arguments[3],arguments[4],arguments[5]);}}}_h.setProperties(_d,"visible",true);var _k=_h._getUsed(_f,_e,true);_k[_d._id]=_d;return _d;},"_getConstructor":function(_a){var _b=JsNamespace.getGlobalContext();return _b[_a];},"_recycle":function(_a,_b){var _c=Eco.XComp.Factory.setProperties;if(_b){if(_a._computeStyles){delete _a["_computeStyles"];}_a._props=null;var _d=_a._curProps;if(_d){for(var _e in _d){if(_e!="visible"&&_d.hasOwnProperty(_e)){_c(_a,_e,"");}}}_c(_a,"visible",false);}else{_c(_a,"visible",false);}},"getRect":function(_a){var _b=_a._rect||_a._curRect;if(!_b){_b={x:_a.getPixelLeft(),y:_a.getPixelTop(),width:_a.getPixelWidth(),height:_a.getPixelHeight()};}return _b;},"getClientWidth":function(_a){var _b=Eco.XComp.Factory.getRect(_a).width;return Eco.XComp.PositionSize.getClientWidth(_a,_b);},"getClientHeight":function(_a){var _b=Eco.XComp.Factory.getRect(_a).height;return Eco.XComp.PositionSize.getClientHeight(_a,_b);},"getContentSizeWithStyle":function(_a,_b,_c){if(Eco.isEmpty(_c)){Eco.Logger.error({message:"styleSheet(스타일 속성정보)는 필수 입력값 입니다.",stack:true});return;}var _d=_c.getMargin(),_e=_c.getBorder(),_f=_c.getPadding();var _g=_c.getFont()["_font"];var _h=nexacro._getTextSize2(_b,_g);_e=_e.getLeft().getWidth()*2;var _i=_d.getLeft()+_d.getRight()+_e+_f.getLeft()+_f.getRight();var _j=_d.getTop()+_d.getBottom()+_e+_f.getTop()+_f.getBottom();return [_h[0]+_i,_h[1]+_j];},"setRect":function(_a){var _b=arguments.length;var _c=_a._curRect;var _d=_a._rect;if(_b==5){if(_d){_d.x=arguments[1];_d.y=arguments[2];_d.width=arguments[3];_d.height=arguments[4];}else{_d={x:arguments[1],y:arguments[2],width:arguments[3],height:arguments[4]};}}else if(_b==3){if(Eco.isNumber(arguments[1])){if(_d){_d.x=arguments[1];_d.y=arguments[2];}else{_d={x:arguments[1],y:arguments[2],width:0,height:0};}}else if(arguments[1]!=null&&arguments[2]!=null&&Eco.isNumber(arguments[1].x)&&Eco.isNumber(arguments[1].width)){if(_d){_d.x=arguments[1].x;_d.y=arguments[1].y;_d.width=arguments[2].width;_d.height=arguments[2].height;}else{_d={x:arguments[1].x,y:arguments[1].y,width:arguments[2].width,height:arguments[2].height};}}else{Eco.Logger.error("arguments are not correct! =>"+Eco.Logger.inspect(arguments,false,0,false));}}else if(_b==2){if(arguments[1]==null||Eco.Number(arguments[1])){Eco.Logger.error("arguments are not correct! =>"+Eco.Logger.inspect(arguments,false,0,false));}if(Eco.isNumber(arguments[1].x)&&Eco.isNumber(arguments[1].width)){_d={x:arguments[1].x,y:arguments[1].y,width:arguments[1].width,height:arguments[1].height};}else if(Eco.isNumber(arguments[1].width)){if(_d){_d.width=arguments[1].width;_d.height=arguments[1].height;}else{_d={x:0,y:0,width:arguments[1].width,height:arguments[1].height};}}else if(Eco.isNumber(arguments[1].x)){if(_d){_d.x=arguments[1].x;_d.y=arguments[1].y;}else{_d={x:arguments[1].x,y:arguments[1].y,width:0,height:0};}}}else if(_b==4){if(Eco.isNumber(arguments[2])&&Eco.isNumber(arguments[3])&&arguments[1]!=null&&Eco.isNumber(arguments[1].x)){if(_d){_d.x=arguments[1].x;_d.y=arguments[1].y;_d.width=arguments[2];_d.height=arguments[3];}else{_d={x:arguments[1].x,y:arguments[1].y,width:arguments[2],height:arguments[3]};}}else if(Eco.isNumber(arguments[1])&&Eco.isNumber(arguments[2])&&arguments[3]!=null&&Eco.isNumber(arguments[3].width)){if(_d){_d.x=arguments[1];_d.y=arguments[2];_d.width=arguments[3].width;_d.height=arguments[3].height;}else{_d={x:arguments[1],y:arguments[2],width:arguments[3].width,height:arguments[3].height};}}else{Eco.Logger.error("arguments are not correct! =>"+Eco.Logger.inspect(arguments,false,0,false));}}var _e=Eco.XComp.Factory;if(_c){if(_c.x!=_d.x||_c.y!=_d.y||_c.width!=_d.width||_c.height!=_d.height){_a._rect=_d;_e.invalidateRect(_a);}else{_a._needsRender=false;_e._removeRenderItems(_a);_e._deleteParentRect(_a.parent);}}else{_a._rect=_d;_e.invalidateRect(_a);}},"getProperty":function(_a,_b){var _c;if(_a._props){_c=_a._props[_b];}if((_c==null)&&_a._curProps){_c=_a._curProps[_b];}if(_c==null){_c=_a[_b];}return _c;},"setProperties":function(_a){var _b=_a._curProps||{},_c=_a._props||{},_d=arguments,_e,_f,_g,_h=false;for(var _i=1,_j=_d.length;_i<_j;_i+=2){_e=_d[_i];_g=_d[_i+1];if(_c[_e]!=_g||_b[_e]!==_g){_h=true;_c[_e]=_g;if(_b[_e]===_g){delete _c[_e];}else if(_e=="style"&&_a._computeStyles){_a._computeStyles._changed=true;}}}if(_h){var _k=false;for(var _l in _c){if(_c.hasOwnProperty(_l)){_k=true;break;}}if(_k){_a._props=_c;}else{_a._props=null;}Eco.XComp.Factory.invalidateProps(_a);}},"doLayout":function(_a,_b){var _c=Eco.XComp.Factory;if(_b){var _d=_a._commitPropItems,_e=_a._changesPropChilds;if(((_d&&_d.length)||(_e&&_e.length))&&!_a._processLayout){_a._processLayout=true;_c._commitPropsProcess(_a,_b);_a._processLayout=false;}_d=_a._renderItems;_e=_a._changesRectChilds;if(((_d&&_d.length)||(_e&&_e.length))&&!_a._processLayout){_a._processLayout=true;_c._doRender(_a,_b);_a._processLayout=false;}}else{var _d=_a._commitPropItems;if(_d&&_d.length&&!_a._processLayout){_a._processLayout=true;_c._commitPropsProcess(_a,_b);_a._processLayout=false;}_d=_a._renderItems;if(_d&&_d.length&&!_a._processLayout){_a._processLayout=true;_c._doRender(_a,_b);_a._processLayout=false;}}},"_commitPropsProcess":function(_a,_b){var _c=_a._commitPropItems,_d=Eco.XComp.Factory;if(_c&&_c.length&&!_a._processCommitProps){_a._processCommitProps=true;for(var _e=0,_f;(_f=_c[_e]);_e++ ){_d._commitProps(_f);}_a._commitPropItems=null;_a._processCommitProps=false;}if(_b){_c=_a._changesPropChilds;if(_c&&_c.length){for(var _e=0,_f;(_f=_c[_e]);_e++ ){_d._commitPropsProcess(_f,_b);_f._needsPropChildsReg=false;}_a._changesPropChilds=null;}}},"_doRender":function(_a,_b){var _c=_a._renderItems,_d=Eco.XComp.Factory;if(_c&&_c.length&&!_a._processRender){_a._processRender=true;for(var _e=0,_f;(_f=_c[_e]);_e++ ){if(!(_f instanceof Tabpage)){_d._changePosSize(_f);}}_a._renderItems=null;_a._processRender=false;}if(_b){_c=_a._changesRectChilds;if(_c&&_c.length){for(var _e=0,_f;(_f=_c[_e]);_e++ ){_d._doRender(_f,_b);_f._needsRectChildsReg=false;}_a._changesRectChilds=null;}}},"_doZOrder":function(_a){for(var _b=1,_c=_a.length;_b<_c;_b++ ){_a[_b].moveToPrev(_a[_b-1]);}},"invalidate":function(_a){var _b=Eco.XComp.Factory;_b.invalidateProps(_a);_b.invalidateRect(_a);},"validate":function(_a){var _b=Eco.XComp.Factory;_b.invalidate(_a);_b.doLayout(_a.parent);},"invalidateRect":function(_a){if(!_a._needsRender){var _b=Eco.XComp.Factory;_a._needsRender=true;_b._addRenderItems(_a);_b._invalidateParentRect(_a.parent);}},"validateRect":function(_a){var _b=Eco.XComp.Factory;_b.invalidateRect(_a);_b.doLayout(_a.parent);},"_invalidateParentRect":function(_a){var _b=_a.parent;if(!_b||_b instanceof ChildFrame){return;}if(_b._changesRectChilds==null){_b._changesRectChilds=[];}if(!_a._needsRectChildsReg){_a._needsRectChildsReg=true;_b._changesRectChilds.push(_a);}Eco.XComp.Factory._invalidateParentRect(_b);},"_deleteParentRect":function(_a){var _b=_a.parent;if(_b instanceof ChildFrame){return;}if(_b._changesRectChilds&&_a._needsRectChildsReg&&(!_a._renderItems||_a._renderItems.length==0)){Eco.array.remove(_b._changesRectChilds,_a);_a._needsRectChildsReg=false;}if(_b._changesPropChilds&&_a._needsPropChildsReg&&(!_a._commitPropItems||_a._commitPropItems.length==0)){Eco.XComp.Factory._deleteParentRect(_b);}},"invalidateProps":function(_a){var _b=Eco.XComp.Factory;if(_a._props){if(!_a._needsCommitProps){_a._needsCommitProps=true;_b._addCommitPropItems(_a);_b._invalidateParentProps(_a.parent);}}else{_a._needsCommitProps=false;_b._removeCommitPropItems(_a);_b._deleteParentProps(_a.parent);}},"_invalidateParentProps":function(_a){var _b=_a.parent;if(!_b||_b instanceof ChildFrame){return;}if(_b._changesPropChilds==null){_b._changesPropChilds=[];}if(!_a._needsPropChildsReg){_a._needsPropChildsReg=true;_b._changesPropChilds.push(_a);}Eco.XComp.Factory._invalidateParentProps(_b);},"_deleteParentProps":function(_a){var _b=_a.parent;if(_b instanceof ChildFrame){return;}if(_b._changesPropChilds&&_a._needsPropChildsReg&&(!_a._commitPropItems||_a._commitPropItems.length==0)){Eco.array.remove(_b._changesPropChilds,_a);_a._needsPropChildsReg=false;}Eco.XComp.Factory._deleteParentProps(_b);},"validateProps":function(_a){var _b=Eco.XComp.Factory;_b.invalidateProps(_a);_b.doLayout(_a.parent);},"_addRenderItems":function(_a){if(_a instanceof Tabpage){Eco.Logger.error({"meassge":"Tabpage는 position 및 size를 변경 할 수 없습니다.","stack":true});}var _b=_a.parent;if(_b instanceof Tabpage){var _c=_b.parent.parent;if(!_c._renderItems){_c._renderItems=[];}if(Eco.array.indexOf(_c._renderItems,_b)== -1){_c._renderItems.push(_b);}}if(!_b._renderItems){_b._renderItems=[];}_b._renderItems.push(_a);},"_addCommitPropItems":function(_a){var _b=_a.parent;if(!_b._commitPropItems){_b._commitPropItems=[];}_b._commitPropItems.push(_a);},"_removeRenderItems":function(_a){var _b=_a.parent;if(_b._renderItems){Eco.array.remove(_b._renderItems,_a);}},"_removeCommitPropItems":function(_a){var _b=_a.parent;if(_b._commitPropItems){Eco.array.remove(_b._commitPropItems,_a);}},"_commitProps":function(_a){if(_a._needsCommitProps){if(_a._debug){trace("propChange==>"+(_a._id||_a.name)+"//"+Eco.object.getPropertyNames(_a._props));}var _b=_a._props,_c=_a._curProps||{},_d;if(_b){for(var _e in _b){if(_b.hasOwnProperty(_e)){_d=_b[_e];_a["set_"+_e](_d);_c[_e]=_d;if(_e=="style"&&_a._computeStyles){delete _a["_computeStyles"];}}}_a._props=null;_a._curProps=_c;}_a._needsCommitProps=false;}},"_changePosSize":function(_a){if(_a._needsRender){if(_a._debug){trace("rectChange==>"+(_a._id||_a.name)+"::"+_a._rect.toString()+","+_a.text+","+_a.visible+","+_a.style.border);}var _b=_a._rect;if(_b){_a.move(_b.x,_b.y,_b.width,_b.height);if(_a._debug){trace("l:"+_a.getPixelLeft()+" t:"+_a.getPixelTop()+" w:"+_a.getPixelWidth()+" h:"+_a.getPixelHeight());}if(_a._curRect){var _c=_a._curRect;_c.x=_b.x;_c.y=_b.y;_c.width=_b.width;_c.height=_b.height;}else{_a._curRect={x:_b.x,y:_b.y,width:_b.width,height:_b.height};}}_a._needsRender=false;}},"releaseNamed":function(_a,_b,_c){var _d="default",_e=_a,_f,_g,_h,_i=[],_j,_k=Eco.XComp.Factory;if(Eco.isObject(_a)){_e=_a.target;_d=_a.poolName;}_f=_k._getUsed(_e,_d);if(!_f){return;}_j=(_d=="default");if(_j){_g=_a._defaultCache;if(!_g){_a._defaultCache={};_g=_a._defaultCache;}}else{_g=_k._getCache(_e,_d,null,true);}for(var _l=0,_m=_b.length;_l<_m;_l++ ){_h=_f[_b[_l]];if(_h){if(_j){var _n=Eco.XComp.typeOf(_h);if(!_g[_n]){_g[_n]=[];}_g[_n].unshift(_h);}else{_g.unshift(_h);}_k._recycle(_h,_c);_i.push(_h);}}for(var _l=0,_m=_i.length;_l<_m;_l++ ){delete _f[_i[_l]._id];}},"releaseAll":function(_a,_b,_c,_d){var _e="default",_f=_a,_g,_h,_i,_j=[],_k,_l=Eco.XComp.Factory;if(Eco.isObject(_a)){_f=_a.target;_e=_a.poolName;}_g=_l._getUsed(_f,_e);if(!_g){return;}_k=(_e=="default");if(_k){_h=_a._defaultCache;if(!_h){_a._defaultCache={};_h=_a._defaultCache;}}else{_h=_l._getCache(_f,_e,null,true);}var _m=Eco.isArray(_b),_n=false;if(!_m){_n=Eco.isObject(_b);}if(_m||_n){var _o;if(_m){_o={};for(var _p=0,_q=_b.length;_p<_q;_p++ ){_o[_b[_p]._id]=true;}}else{_o=_b;}for(var _r in _g){if(_g.hasOwnProperty(_r)){_i=_g[_r];if(!_o[_i._id]){if(_k){var _s=Eco.XComp.typeOf(_i);if(!_h[_s]){_h[_s]=[];}_h[_s].push(_i);}else{_h.unshift(_i);}_l._recycle(_i,_c);_j.push(_i);if(_d){if(_i instanceof Tab){_i=_i.tabpages[_i.tabindex];_l.releaseAll(_i,null,_c);}else if(_i instanceof Form){_l.releaseAll(_i,null,_c);}}}}}}else{for(var _r in _g){if(_g.hasOwnProperty(_r)){_i=_g[_r];if(_k){var _s=Eco.XComp.typeOf(_i);if(!_h[_s]){_h[_s]=[];}_h[_s].unshift(_i);}else{_h.unshift(_i);}_l._recycle(_i,_c);_j.push(_i);if(_d){if(_i instanceof Tab){_i=_i.tabpages[_i.tabindex];_l.releaseAll(_i,null,_c);}else if(_i instanceof Form){_l.releaseAll(_i,null,_c);}}}}}for(var _p=0,_q=_j.length;_p<_q;_p++ ){delete _g[_j[_p]._id];}},"release":function(_a,_b,_c){var _d=_a.parent,_e,_f,_g=Eco.XComp.Factory;if(!_b||!_b.length){_b="default";}if(_b=="default"){var _h=Eco.XComp.typeOf(_a);_f=_g._getCache(_d,_b,_h,true);_f.push(_a);}else{_f=_g._getCache(_d,_b,null,true);_f.push(_a);}_g._recycle(_a,_c);_e=_g._getUsed(_d,_b);if(_e){delete _e[_a._id];}},"getNonClientArea":function(_a,_b,_c){if(Eco.isEmpty(_a)){return;}var _d=Eco.XComp.Factory,_e;if(_b==null){_b=_a.getCurrentPseudo();}if(_c===false){_e=_d._nonClientAreaWithOutPadding;}else{_e=_d._nonClientArea;}var _f,_g;if(Eco.isXComponent(_a)){var _l=_d.getProperty(_a,"style"),_m;if(_l&&_l.length){_m=_a._computeStyles;if(!_m||_m._changed){_m=_d.parseStyleStr(_l);_m._changed=false;_a._computeStyles=_m;}}if(_m){_g=_m[_b];}_f=_a.currentstyle;}else{_g=_a[_b];}var _h=[0,0,0,0],_i,_j,_k;if(_g){for(var _n=0,_o=_e.length;_n<_o;_n++ ){_k=_e[_n];_i=_k.name;_j=_g[_i];if(!_j&&_f){_j=_f[_i];}if(_j){_k.calcGap(_j,_h);}}}else if(_f){var _j,_k;for(var _n=0,_o=_e.length;_n<_o;_n++ ){_k=_e[_n];_j=_f[_k.name];if(_j){_k.calcGap(_j,_h);}}}return _h;},_nonClientArea:[{name:"border",calcGap:function(_a,_b){var _c;switch(_a._linecnt){case 1:_c=_a._top_width;_b[0]+=_c;_b[1]+=_c;_b[2]+=_c;_b[3]+=_c;break;case 2:_c=_a._top_width;_b[1]+=_c;_b[3]+=_c;_c=_a._right_width;_b[0]+=_c;_b[2]+=_c;break;case 3:_c=_a._top_width;_b[1]+=_c;_c=_a._right_width;_b[0]+=_c;_b[2]+=_c;_c=_a._bottom_width;_b[3]+=_c;break;case 4:_b[0]+=_a._left_width;_b[1]+=_a._top_width;_b[2]+=_a._right_width;_b[3]+=_a._bottom_width;break;}}},{name:"margin",calcGap:function(_a,_b){_b[0]+=_a.left;_b[1]+=_a.top;_b[2]+=_a.right;_b[3]+=_a.bottom;}},{name:"padding",calcGap:function(_a,_b){_b[0]+=_a.left;_b[1]+=_a.top;_b[2]+=_a.right;_b[3]+=_a.bottom;}}],_nonClientAreaWithOutPadding:[{name:"border",calcGap:function(_a,_b){var _c;switch(_a._linecnt){case 1:_c=_a._top_width;_b[0]+=_c;_b[1]+=_c;_b[2]+=_c;_b[3]+=_c;break;case 2:_c=_a._top_width;_b[1]+=_c;_b[3]+=_c;_c=_a._right_width;_b[0]+=_c;_b[2]+=_c;break;case 3:_c=_a._top_width;_b[1]+=_c;_c=_a._right_width;_b[0]+=_c;_b[2]+=_c;_c=_a._bottom_width;_b[3]+=_c;break;case 4:_b[0]+=_a._left_width;_b[1]+=_a._top_width;_b[2]+=_a._right_width;_b[3]+=_a._bottom_width;break;}}},{name:"margin",calcGap:function(_a,_b){_b[0]+=_a.left;_b[1]+=_a.top;_b[2]+=_a.right;_b[3]+=_a.bottom;}}],_styleprops:{align:"Align",background:"Background",bordertype:"Bordertype",border:"Border",color:"Color",cursor:"Style",font:"Font",glow:"Glow",gradation:"Gradation",margin:"Margin",opacity:"Style",padding:"Padding",shadow:"Shadow",accessibility:"Accessibility"},_setStylePropObject:function(_a,_b,_c,_d){var _e=_a.split(";");var _f,_g;for(var _h=0,_i=_e.length;_h<_i;_h++ ){var _j=_e[_h];var _k=_j.indexOf(":");_f=_j.substring(0,_k).trim();_g=_j.substring(_k+1).trim();if(_f&&_g){var _l=_c._styleprops[_f];if(_l){var _m=nexacro["_getCached"+_l+"Obj"];if(_l=="Style"){_b[_f]=_m(_f,_g);}else{_b[_f]=_m(_g);}}}}},"parseStyleStr":function(_a){if(Eco.isEmpty(_a)){return;}var _b=Eco.string,_c=Eco.XComp.Factory;var _d=_a.split("}");var _e=_d[0].trim();var _f;_d.pop();var _g,_h=_d.length;var _i,_j,_k,_l;_i=_e.split("{");_k=_i[0].substring(0,_i[0].lastIndexOf(";")+1).trim();if(_k.length==0){_k=_i[0].substring(0,_i[0].length).trim();}if(_k&&_k.length){_f={};_l={};_c._setStylePropObject(_k,_l,_c,_b);_f["normal"]=_l;}if(_h>0){for(_g=0;_g<_h;_g++ ){_i=_d[_g].split("{");_j=_i[0].substring(_i[0].lastIndexOf(":")+1).trim();if(_i[1]&&_i[1].length){if(!_f){_f={};}_l={};_c._setStylePropObject(_i[1],_l,_c,_b);_f[_j]=_l;}}}return _f;},"setStyleSheet":function(_a,_b){if(Eco.isEmpty(_a)||Eco.isEmpty(_b)){return;}var _c=["_border","font","margin","padding"];var _d=["border","font","margin","padding"];var _e="";for(var _f=0,_g=_c.length;_f<_g;_f++ ){_e+=_d[_f]+":"+_b.getString(_c[_f])+";";}Eco.XComp.Factory.setProperties(_a,"style",_e);}});}