Param

Method

Event

 

 

ResetEditorSizev4.3.2.27 or higher

에디터 최초 실행 시 화면에 바로 표시하지 않는 경우(display:none) 에디터를 표시할 때 너비/높이를 다시 계산하도록 설정합니다.

 

Sample Codes

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

function OnInitCompleted(e) {
   CrossEditor.ResetEditorSize();
}

 

See Also

DisplayNoneTarget  ResetEditorHeight