이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. ====== 그리드 아이템 편집 옵션 가이드 ====== 그리드 아이템 편집 관련 옵션 속성 값 예시 화면이다. auto_skip은 그리드 아이템 편집 완료시 자동으로 다음 편집 가능한 아이템으로 편집이 이동되는 것을 설정하는 속성이다. 관련 속성으로 editable, auto_skip_dir이 있다. 관련 데이터부 속성으로 editable, auto_skip, edit_stop, edit_focus_select이 있다. 관련 API로 getcolumnautoskip, setcolumnautoskip이 있다. 관련 실행 파라미터로 GRID_AUTOSKIP_DIR, GRID_AUTOSKIPCOLUMNM_HORZARROWKEY가 있다. 관련 실행 파라미터로 FOCUS_SELECT_FIELD, FOCUS_SELECT_DATE, FOCUS_SELECT_COMBOBOX, FOCUS_SELECT_SPINNUMBER가 있다. ===== 예시 ===== 템플릿 위치: /HTML5/COMPONENT/GRID/grid_edit_option 템플릿 파일 * [[xf5projecthome>template/screen/HTML5/COMPONENT/GRID/grid_edit_option.xml|grid_edit_option.xml]] * [[xf5projecthome>template/screen/HTML5/COMPONENT/GRID/grid_edit_option.js|grid_edit_option.js]] * [[xf5projecthome>template/template.html?xframe_screen_url=/HTML5/COMPONENT/GRID/grid_edit_option|새창으로 실행]] <php> echo '<html>'; echo '<iframe src="'; echo $conf['plugin']['xf5']['xf5projecthome'], 'template/template.html?'; echo 'xframe_screen_url=/HTML5/COMPONENT/GRID/grid_edit_option"'; 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/grid/grid_edit_option.txt 마지막으로 수정됨: 2024/01/29 10:01저자 127.0.0.1