Param

Method

Event

 

 

SetReadonlyv4.0.1.07 or higher

에디터가 실행된 이후 편집 창의 편집 상태를 설정합니다.

 

Parameters

bReadonly

Readonly 여부 설정

TRUE

읽기 전용 (Readonly)

FALSE

편집 모드 (Edit)

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.EditorStart();

function OnInitCompleted(e) {
   CrossEditor.SetReadonly(true);
}

 

See Also

Readonly