이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== 테이블뷰 초기 행/열 숨김 기능 가이드 ====== 테이블뷰 초기 행/열 숨김 기능 예시 화면이다. 테이블뷰 초기 행/열 숨김 기능은 테이블뷰 생성시 숨김 처리 대상을 지정하는 기능을 제공한다. 관련 속성으로 inithidden_row, inithidden_row_fitsize, inithidden_column, inithidden_column_fitsize가 있다. ===== 예시 ===== 템플릿 위치: /HTML5/COMPONENT/TABLEVIEW/tablevlew_inithidden 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/TABLEVIEW/tablevlew_inithidden.xml|tablevlew_inithidden.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/TABLEVIEW/tablevlew_inithidden.js|tablevlew_inithidden.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/TABLEVIEW/tablevlew_inithidden|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/HTML5/COMPONENT/TABLEVIEW/tablevlew_inithidden"'; echo ' class="_xf5_iframe"'; echo ' style="'; echo $conf['plugin']['xf5']['xf5iframestyle']; echo '">'; echo '</iframe>'; echo '</html>'; </php> ==== 화면 스크립트 ==== <sxh javascript> </sxh> guide/component/tablevlew/tablevlew_inithidden.txt 마지막으로 수정됨: 2024/03/11 15:51저자 127.0.0.1