이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== 템플릿 가이드 ====== 이 화면은 솔루션에서 제공하는 "화면 Template" 디렉토리 구조에 대한 가이드를 제공한다. "화면 Template"은 솔루션에서 제공되는 다양한 기능에 대한 샘플 화면 모음을 의미한다. "화면 Template"은 "HTML5 오브젝트 창"->"Template-Local" 탭 또는 "화면"->"템플릿 화면" 메뉴를 통해서 사용한다. "화면 Template"은 개발툴 설치 디렉토리 하위의 template 디렉토리에 template.zip 압축 파일을 통해 배포된다. ===== 예시 ===== 템플릿 위치: /template_guide 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/AUDIO/template_guide.xml|template_guide.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/AUDIO/template_guide.js|template_guide.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/template_guide|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/template_guide"'; echo ' class="_xf5_iframe"'; echo ' style="'; echo $conf['plugin']['xf5']['xf5iframestyle']; echo '">'; echo '</iframe>'; echo '</html>'; </php> ==== 화면 스크립트 ==== <sxh javascript> function screen_on_load() { } </sxh> guide/general/template_guide.txt 마지막으로 수정됨: 2023/08/17 13:41저자 127.0.0.1