Param

Method

Event

 

 

ResetEditorHeightv3.5.1.11 or higher

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

 

Sample Codes

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

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

 

See Also

DisplayNoneTarget  ResetEditorSize