Param |
Method |
Event |
|
|
SetCharSetv1.1 or higher현재 편집 중인 문서의 META 정보의 charset를 변경합니다.
Parameters
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.EditorStart(); function OnInitCompleted(e) { CrossEditor.SetCharSet("euc-jp"); }
|