|
Param |
Method |
Event |
|
|
GetTextValuev1.1 or higher현재 편집 중인 문서의 내용을 텍스트 형식으로 얻어옵니다.
Return Values
Sample Codesvar CrossEditor = new NamoSE("test");
CrossEditor.EditorStart();
function OnInitCompleted(e) {
var info = CrossEditor.GetTextValue();
alert(info);
}
See AlsoGetBodyValue GetValue GetTextValueLength
|