小編給大家分享一下bootstrap中怎么使用模態(tài)框,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
作為一家“創(chuàng)意+整合+營銷”的成都網(wǎng)站建設(shè)機(jī)構(gòu),我們在業(yè)內(nèi)良好的客戶口碑。創(chuàng)新互聯(lián)提供從前期的網(wǎng)站品牌分析策劃、網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、做網(wǎng)站、創(chuàng)意表現(xiàn)、網(wǎng)頁制作、系統(tǒng)開發(fā)以及后續(xù)網(wǎng)站營銷運(yùn)營等一系列服務(wù),幫助企業(yè)打造創(chuàng)新的互聯(lián)網(wǎng)品牌經(jīng)營模式與有效的網(wǎng)絡(luò)營銷方法,創(chuàng)造更大的價(jià)值。
工作中有需要用到模態(tài)框的可以看看
<div class="modal fade" id="userModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" id="btnCancel"> × </button> <h5 class="modal-title" id="myModalLabel"> 前臺菜單管理 </h5> </div> <div class="modal-body"> <div> <table width="100%" border="0" class="userCon_2"> <tr> <th width="30%">名稱:</th> <td width="70%"> <input type="text" name="Name" class="form-control" id="txtName" required="" aria-required="true"> </td> </tr> <tr> <th>動作類型:</th> <td> <select class="selectpicker show-tick" id="txtType" name="Type"> <option value="view">view</option> <option value="click">click</option> </select> </td> </tr> <tr> <th>路徑:</th> <td> <input type="text" name="Url" class="form-control" id="txtUrl" required="" aria-required="true" /> </td> </tr> <tr> <th>排序:</th> <td> <input type="text" name="Rank" class="form-control" id="txtRank" /> <input type="hidden" name="MainMenuGuid" value="" id="txtMainMenuGuid" /> </td> </tr> </table> </div> </div> <div class="modal-footer" > <button type="button" class="btn btn-default" data-dismiss="modal" id="btnClose">關(guān)閉</button> <button type="submit" class="btn btn-primary" id="btnSave">保存</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal --> </div>
其中模態(tài)框有個(gè)屬性可以避免點(diǎn)擊遮罩層導(dǎo)致模態(tài)框關(guān)閉。就是div中設(shè)置的 data-backdrop="static"。這樣可以避免在模態(tài)框中輸入內(nèi)容時(shí)突然的誤操作導(dǎo)致模態(tài)框關(guān)閉。
另外還有一個(gè)屬性:data-keyboard="false"
。此舉是設(shè)置按下ESC退出鍵無效。同樣是為了避免突然的誤操作導(dǎo)致模態(tài)框關(guān)閉。
<div id="toolbar" class="btn-group"> <button id="btn_add" type="button" class="btn btn-newAdd" data-toggle="modal" data-target="#userModal"> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>新增 </button> <button id="btn_edit" type="button" class="btn btn-newAdd"> <span class="glyphicon glyphicon-edit" aria-hidden="true"></span>修改 </button> <button id="btn_delete" type="button" class="btn btn-newAdd"> <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>刪除 </button> </div>
其中按鈕屬性 data-toggle="modal" data-target="#userModal"
是打開模態(tài)框。
以上是“bootstrap中怎么使用模態(tài)框”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)頁名稱:bootstrap中怎么使用模態(tài)框
文章起源:http://jinyejixie.com/article0/ijccio.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供手機(jī)網(wǎng)站建設(shè)、做網(wǎng)站、網(wǎng)頁設(shè)計(jì)公司、網(wǎng)站制作、靜態(tài)網(wǎng)站、外貿(mào)建站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)