var EditorBasicConfig = { /* 런타임 시 리소스들을 로딩할 때 필요한 부분으로, 경로가 변경되면 이 부분 수정이 필요. ex) http://xxx.xxx.com */ txHost: 'http://koreanews.buzzinet.net', /* 런타임 시 리소스들을 로딩할 때 필요한 부분으로, 경로가 변경되면 이 부분 수정이 필요. ex) /xxx/xxx/ */ txPath: '/common/daumeditor/', /* 수정필요없음. */ txService: 'sample', /* 수정필요없음. 프로젝트가 여러개일 경우만 수정한다. */ txProject: 'sample', /* 대부분의 경우에 빈문자열 */ initializedId: "", /* 에디터를 둘러싸고 있는 레이어 이름(에디터 컨테이너) */ wrapper: "tx_trex_container", /* 등록하기 위한 Form 이름 */ form: "frmForm", /*에디터에 사용되는 이미지 디렉터리, 필요에 따라 수정한다. */ txIconPath: "/common/daumeditor/images/icon/editor/", /*본문에 사용되는 이미지 디렉터리, 서비스에서 사용할 때는 완성된 컨텐츠로 배포되기 위해 절대경로로 수정한다. */ txDecoPath: "/common/daumeditor/images/deco/contents/", canvas: { styles: { color: "#000000", fontFamily: "굴림", fontSize: "10pt", backgroundColor: "#fff", lineHeight: "1.5", padding: "8px" }, showGuideArea: false }, events: { preventUnload: false }, sidebar: { attachbox: { show: true, confirmForDeleteAll: true } }, size: { contentHeight: 100 } };