About bootstrap in MVC when the Modal box is loaded with an IFRAME page for editing

Source: Internet
Author: User
Tags button type

Front Code

<div class= "Modal Fade" id= "Mymodal" tabindex= "-1" role= "dialog"
Aria-labelledby= "Mymodallabel" aria-hidden= "true" >
<div class= "Modal-dialog" style= "width:830px;" >
<div class= "Modal-content" >
<div class= "Modal-header" >
<button type= "button" class= "Close" data-dismiss= "modal" aria-hidden= "true" >x</button>

</div>
<div class= "Modal-body" >

It is important to note that the path to SRC does not give you the option of editing the Ajax callback function or the page error will be loaded
<iframe id= "Nopermissioniframe" width= "100%" height= "70%" frameborder= "0" ></iframe>
</div>
<div class= "Modal-footer" >
@*<button type= "button" class= "btn Btn-default" data-dismiss= "modal" >Close</button>
<button type= "button" class= "btn btn-primary" >save changes</button>*@
</div>
</div><!--/.modal-content--
</div><!--/.modal-dialog--
</div><!--/.modal--->

JS Code

var framesrc = "/syslog/eidtbtnbyusers"

Add src path to iframe
$ ("#NoPermissioniframe"). attr ("src", framesrc);

The modal box is displayed only if you select the edited row and then the callback function succeeds.
$ (' #myModal '). Modal ({show:true, backdrop: ' Static '})

About bootstrap in MVC when the Modal box is loaded with an IFRAME page for editing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.