|
Param |
Method |
Event |
|
|
PluginPrintSizev4.1.0.02 or higher크롬 브라우저에서 인쇄 팝업 설정 창 사이즈를 설정합니다.
Parameters
Sample Codesvar CrossEditor = new NamoSE("test");
CrossEditor.params.PluginPrintSize = {width:700, height:800};
CrossEditor.EditorStart();
|