Param

Method

Event

 

 

SetFocusEditorv1.1 or higher

편집 영역으로 커서를 이동합니다.

 

Parameters

potion

커서를 이동할 위치

0

문서 맨 앞

-1

문서 맨 뒤

1

현재 커서 위치

 

Sample Codes

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

function OnInitCompleted(e) {
   CrossEditor.SetFocusEditor(1);
}

 

See Also

SetFocus