사용자 도구

사이트 도구


white:file_upload

차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
white:file_upload [2018/08/30 05:03] taekguwhite:file_upload [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1
줄 2: 줄 2:
  
 ==== BizFileControl ==== ==== BizFileControl ====
 +H5View에 다음으로 페이지에 Rendering
 +=== Rendering ===
 <code javascript> <code javascript>
 <h5:BizFileControl id="fileControl" width="100%" editable="true" visible="true" height="120px"></h5:BizFileControl> <h5:BizFileControl id="fileControl" width="100%" editable="true" visible="true" height="120px"></h5:BizFileControl>
 </code> </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 +  * opq0111_01.jsp 
-int_file_upload.jsp+  cnm0000_03.jsp 
 +  int_file_upload.jsp
  
white/file_upload.1535605423.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)