이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== 데이트피커 달력 크기/위치 ====== 데이트피커 달력 크기 및 위치 관련 속성에 대한 예시 화면이다. 데이트피커 달력 위치 및 크기 관련 속성 calendar_pos, calendar_vert_pos, calendar_size 속성에 의해서 결정된다. 데이트피커 달력 크기는 calendar_size 속성값을 기준으로 내부에 정해진 크기로 표시된다. ===== 예시 ===== 템플릿 위치: /HTML5/COMPONENT/DATEPICKER/datepicker_calendarsizepos 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/DATEPICKER/datepicker_calendarsizepos.xml|datepicker_calendarsizepos.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/DATEPICKER/datepicker_calendarsizepos.js|datepicker_calendarsizepos.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/DATEPICKER/datepicker_calendarsizepos|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/HTML5/COMPONENT/DATEPICKER/datepicker_calendarsizepos"'; 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/component/datepicker/datepicker_calendarsizepos.txt 마지막으로 수정됨: 2023/08/10 11:20저자 127.0.0.1