이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== item_dir 속성 가이드 ====== 이 화면은 리스트뷰 컴포넌트의 아이템 표시 방향 및 방식에 대한 샘플 화면입니다. 관련 속성으로 item_dir, item_height, item_width, column_count가 있다. ===== 예시 ===== 템플릿 위치: /HTML5/COMPONENT/LISTVIEW/listview_item_dir 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/LISTVIEW/listview_item_dir.xml|listview_item_dir.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/LISTVIEW/listview_item_dir.js|listview_item_dir.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/LISTVIEW/listview_item_dir|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/HTML5/COMPONENT/LISTVIEW/listview_item_dir"'; echo ' class="_xf5_iframe"'; echo ' style="'; echo $conf['plugin']['xf5']['xf5iframestyle']; echo '">'; echo '</iframe>'; echo '</html>'; </php> ==== 화면 스크립트 ==== <sxh javascript> function screen_on_load() { if (factory.ismobile()) { factory.consoleprint("★★★ This is Mobile ★★★"); } } </sxh> guide/component/listview/listview_item_dir.txt 마지막으로 수정됨: 2024/09/27 09:48저자 127.0.0.1