Param

Method

Event

 

 

GetTextValuev1.1 or higher

현재 편집 중인 문서의 내용을 텍스트 형식으로 얻어옵니다.

 

Return Values

현재 편집 중인 문서의 내용

정상적으로 실행한 경우

null

정상적으로 실행되지 않은 경우

 

Sample Codes

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

function OnInitCompleted(e) {
   var info = CrossEditor.GetTextValue();
   alert(info);
}

 

See Also

GetBodyValue  GetValue  GetTextValueLength