사용자 도구

사이트 도구


white:file_upload

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
white:file_upload [2018/08/29 09:09] – 만듦 taekguwhite:file_upload [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ===== File Upload ===== ===== File Upload =====
  
 +==== BizFileControl ====
 +H5View에 다음으로 페이지에 Rendering
 +=== Rendering ===
 +<code javascript>
 +<h5:BizFileControl id="fileControl" width="100%" editable="true" visible="true" height="120px"></h5:BizFileControl>
 +</code>
 +
 +=== Binding ===
 +<code javascript>
 +$('#fileControl').trigger('setFilePathId', [bindingObject['ME_OPQ0111_04'][0].file_path_id]);
 +</code>
 +
 +=== Save ===
 +file_path_id얻기
 +<code javascript>
 +$('#fileControl').triggerHandler('getFilePathId')
 +</code>
 +
 +==== 참조 ====
 +  * opq0111_01.jsp
 +  * cnm0000_03.jsp
 +  * int_file_upload.jsp
  
-cnm0000_03.jsp 
white/file_upload.1535533778.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)