DEXT5 Editor :: Config :: FormListUrl

config.FormListUrl

에디터 템플릿 양식 파일경로를 설정합니다.

remarks

http://를 포함한 전체 경로를 설정합니다.

sample code

<script type="text/javascript" src="dext5/js/dext5editor.js"></script>	
 
<!-- ..... 생략 ..... -->
 
<div style="width:900px;height:550px">  
    <script type="text/javascript">

        // 에디터 템플릿 양식 전체 경로를 설정합니다.
        DEXT5.config.FormListUrl = "http://www.dext5.com/Dext5Editor/config/dext_formlist.xml";

        new Dext5editor("editor1");

    </script>       
</div>