html BootStrap Modal对象中的MVC表单。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html BootStrap Modal对象中的MVC表单。相关的知识,希望对你有一定的参考价值。

<div id = "modal-container" class="modal fade" role="dialog" >
        <div class="modal-dialog" style="width:300px;">

            <!-- Modal content-->
            <div class="modal-content">
                <div class="modal-body">
                    <div class="form-horizontal">
                        <h4>Save Query</h4>
                        <hr />
                        @Html.ValidationSummary(true, "", new { @class = "text-danger" })
                        @Html.Hidden("UserID")@*//model => model.UserID*@

                        <div class="form-group">
                            <div class="col-md-10">
                                <input type="text" id="SavedQueryName" class="form-control" style="width:200px;" name="SavedQueryName" placeholder="Name of Saved Query" />
                            </div>
                        </div>

                        <div class="form-group">
                            <div class="col-md-10">
                                <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
                                <button id="approve-btn" type="Submit" class="btn btn-success">Save</button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

以上是关于html BootStrap Modal对象中的MVC表单。的主要内容,如果未能解决你的问题,请参考以下文章

Bootstrap Modal 中的 Jcrop 裁剪错误的坐标

如何使用 bootstrap modal 编辑 MVC 中的表格数据?

Bootstrap 4 Modal出现背景角2

bootstrap中modal框数据不清空,怎么解决

bootstrap modal 模态框拖拽扩展

html Bootstrap Youtube Modal