你的位置:首页 > 软件开发 > 网页设计 > bootstrap中模态框、模态框的属性

bootstrap中模态框、模态框的属性

发布时间:2017-02-17 12:00:09
工作中有需要用到模态框的可以看看<div class="modal fade" id="userModal" tabindex="-1" role="dialog" aria-labelledb ...

bootstrap中模态框、模态框的属性

工作中有需要用到模态框的可以看看

<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">            &times;          </button>          <h4 class="modal-title" id="myModalLabel">            前台菜单管理          </h4>        </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" style="border-radius:3px; width:220px;" id="txtName" required="" aria-required="true">                  </td>                </tr>                <tr>                  <th>动作类型:</th>                  <td>                    <select class="selectpicker show-tick" id="txtType" style="height: 30px; width: 220px;" 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" style="border-radius:3px; width:220px;" id="txtUrl" required="" aria-required="true" />                  </td>                </tr>                <tr>                  <th>排序:</th>                  <td>                    <input type="text" name="Rank" class="form-control" style="border-radius:3px; width:220px;" id="txtRank" />                    <input type="hidden" name="MainMenuGuid" value="" id="txtMainMenuGuid" />                  </td>                </tr>              </table>            </div>          </div>          <div class="modal-footer" style="border-top:none;">            <button type="button" class="btn btn-default" data-dismiss="modal" id="btnClose">关闭</button>            <button type="submit" class="btn btn-primary" id="btnSave">保存</button>          </div>      </div><!-- /.modal-content -->    </div><!-- /.modal -->  </div>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:bootstrap中模态框、模态框的属性

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录