easyui中清空filebox的值
重新渲染一次,即可清空。
<div id="chioseImageDialog" class="easyui-dialog" title="選擇報表圖片" style="width:400px;height:200px;"
? ? ? ? ? ? data-options="resizable:false,modal:true,closed:true,buttons: [{
?? ??? ??? ??? ??? ?text:'確定',
?? ??? ??? ??? ??? ?iconCls:'icon-ok',
?? ??? ??? ??? ??? ?handler:uploadImage
?? ??? ??? ??? ?},{
?? ??? ??? ??? ??? ?text:'取消',
?? ??? ??? ??? ??? ?handler:function(){
?? ??? ??? ??? ??? ??? ?$('#chioseImageDialog').dialog('close');
?? ??? ??? ??? ??? ?}
?? ??? ??? ??? ?}]">
? ? ? ? ? ? <div style="padding:10px">
? ? ? ? ? ? <form id="uploadImageForm" method="post" enctype="multipart/form-data" action="uploadfile.jsp">
? ? ? ? ? ? ? ?<input class="easyui-filebox" name="imageFile" id="imageFile" data-options="accept:'image/*',buttonText:'瀏覽...',prompt:'請選擇圖片文件...'" style="width:100%">
? ? ? ? ? ? </form>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div style="padding:10px">
? ? ? ? ? ? <p>系統支持(jpg|gif|png)格式圖片,標題圖片尺寸為<font color="#990000"><b>340*240,大小不超過200KB</b></font>。 </p>
? ? ? ? ? ? </div>
? ? ? ? </div>
在js里面這樣寫:
function chioseImage()
{
?? ?$('#imageFile').filebox({
?? ??? ?accept:'image/*',
?? ??? ?buttonText:'瀏覽...',
?? ??? ?prompt:'請選擇圖片文件...'
?? ?});
?? ?$('#chioseImageDialog').dialog('open');
}
?
總結
以上是生活随笔為你收集整理的easyui中清空filebox的值的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 全面公测 | 百度智能云CCE在离线混部
- 下一篇: 放大镜,缩小镜