Nexacro에서 svcUrl::과 같은 방식은
Service URL을 매핑(alias) 방식
ex)
var svcUrl = "svcUrl::XExportImport";
//var svcUrl = "http://localhost.:8190/XExportImport";
ex) this.G_SV_RD;
App.gvSystem // ERP --> gvSystem 이라는 id의 initval 값
ex)
this.web_ContNm.set_url(this.gfn_GetServerUrl("View"));//윈도우 환경에서 웹에디터 Url 설정-View
// this.gfn_GetServerUrl("View") : http://localhost:8190/ckeditor/webViewer.html --> 환경이 바뀌면 공통함수에 의해 경로 변경
this.web_ContNm.getProperty("window").callMethod("fn_updateSize", iHeight);
webViewer.html에 iHeight 넘기면서 미리 정의된 메서드인 fn_updateSize를 호출