config.UserHelpUrl
에디터 사용자 매뉴얼(help 폴더) 경로를 설정합니다.
remarks
http:// 포함하는 전체 url 를 입력합니다.
sample code
<script type="text/javascript" src="dext5/js/dext5editor.js"></script>
<!-- ..... 생략 ..... -->
<div style="width:900px;height:550px">
<script type="text/javascript">
// help 폴더 경로를 설정합니다.
DEXT5.config.UserHelpUrl = "http://www.dext5.com/help/";
new Dext5editor("editor1");
</script>
</div>