Param

Method

Event

 

 

NamoAIExecutePathv4.6.0.10 or higher

별도의 나모AI 모듈을 구성하여 실행할 URL 경로를 설정합니다.

 

Parameters

설정

나모AI를 실행할 URL 경로 설정

설정 안 함

기본 값

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.params.NamoAIExecutePath = "http://도메인/crosseditor/websource/jsp/NamoAI.jsp";
CrossEditor.EditorStart();