Param |
Method |
Event |
|
|
DefaultDocTypev4.0.1.17 or higher에디터의 DocType을 설정합니다.
4.3.2.34버전부터는 none 설정이 추가되었습니다. none으로 설정하고 GetValue 호출 시 DocType이 포함되지 않습니다.
Parameters
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.params.DefaultDocType = "<!DOCTYPE html>" CrossEditor.EditorStart();
|