/* * Smart Editor 2 Configuration : This setting must be changed by service */ window.nhn = window.nhn || {}; nhn.husky = nhn.husky || {}; nhn.husky.SE2M_Configuration = nhn.husky.SE2M_Configuration || {}; /** * 스마트ì—디터2ì—ì„œ ì ‘ê·¼í•˜ëŠ” JS, IMG ë””ë ‰í† ë¦¬ */ nhn.husky.SE2M_Configuration.Editor = { sJsBaseURL : './js_src', sImageBaseURL : './img/' }; /** * JS LazyLoad를 위한 경로 */ nhn.husky.SE2M_Configuration.LazyLoad = { sJsBaseURI : "js_lazyload" }; /** * CSS LazyLoad를 위한 경로 */ nhn.husky.SE2M_Configuration.SE2B_CSSLoader = { sCSSBaseURI : "css" }; /** * 편집ì˜ì— ì„¤ì • */ nhn.husky.SE2M_Configuration.SE_EditingAreaManager = { sCSSBaseURI : "css", sBlankPageURL : "smart_editor2_inputarea.html", sBlankPageURL_EmulateIE7 : "smart_editor2_inputarea_ie8.html", aAddtionalEmulateIE7 : [] // IE8 default 사용, IE9 ~ ì„ íƒì 사용 }; /** * 스마트ì—디터2ì—ì„œ 사용하는 ë„ë©”ì¸ ì •ë³´ * http://wiki.nhncorp.com/pages/viewpage.action?pageId=74253685 */ nhn.husky.SE2M_Configuration.LinkageDomain = { sCommonAPI : 'http://api.se2.naver.com', sCommonStatic : 'http://static.se2.naver.com', sCommonImage : 'http://images.se2.naver.com' }; /** * [ì›¹ì ‘ê·¼ì„±] * 단축키 ALT+, ALT+. ì„ ì´ìš©í•˜ì—¬ 스마트ì—디터 ì˜ì—ì˜ ì´ì „/ì´í›„ 요소로 ì´ë™í• 수 있다. * sBeforeElementId : 스마트ì—디터 ì˜ì— ì´ì „ ìš”ì†Œì˜ id * sNextElementId : 스마트ì—디터 ì˜ì— ì´í›„ ìš”ì†Œì˜ id * * 스마트ì—디터 ì˜ì— ì´ì™¸ì˜ ì œëª© ì˜ì— (예:스마트ì—디터가 ì ìš©ëœ ë¸”ë¡œê·¸ 쓰기 페ì´ì§€ì—ì„œì˜ ì œëª© ì˜ì—) ì— í•´ë‹¹í•˜ëŠ” 엘리먼트ì—ì„œ Tab키를 누르면 ì—디팅 ì˜ì—으로 í¬ì»¤ìŠ¤ë¥¼ ì´ë™ì‹œí‚¬ 수 있다. * sTitleElementId : ì œëª©ì— í•´ë‹¹í•˜ëŠ” input ìš”ì†Œì˜ id. */ nhn.husky.SE2M_Configuration.SE2M_Accessibility = { sBeforeElementId : '', sNextElementId : '', sTitleElementId : '' }; /** * ë§í¬ 기능 옵션 */ nhn.husky.SE2M_Configuration.SE2M_Hyperlink = { bAutolink : true // ìžë™ë§í¬ê¸°ëŠ¥ 사용여부(기본값:true) };