'2017/04/24'에 해당되는 글 2건

  1. 2017.04.24 Nexacro.Component 존재 유무
  2. 2017.04.24 Nexacro - 특수문자

[ Nexacro.Component 존재 유무 ]

 

 

 trace(this.Tab.page1.isValidObject("Grid01"));
 trace(this.isValidObject(this.Tab));

 trace(this.isValidObject('Tab'));

Posted by 농부지기
,

[ Nexacro - 특수문자 ]

 

 

1. 엔터값

    - String.fromCharCode(10)

    - 엔터값 제거 : nexacro.replaceAll("엔터값 존재 문자열", String.fromCharCode(10), "");

 

 

Posted by 농부지기
,