BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
function exportStrategyMap(){
var diagram = $("#diagram").ejDiagram("instance");
diagram.exportDiagram({fileName: "StrategyMap", format: "png", mode:"download"});
}
version : 15.3.0.26
have included
I think the libraries are different somehow. I have the same version of the library, but when i click to export, it behaves differently, mine will try to open a popup whereas the sample online doesn't. I've copied the sample code, but it still behaves differently. on my local version it loads a popup and the filename is always a guid without an extension as well. have attached it
I am including
jquery 3.1.1
<script src="~/Scripts/jquery.easing.1.3.js"></script>
<script src="~/Scripts/ej/web/ej.web.all.min.js"></script>
<link rel='nofollow' href="~/Content/ej/web/ej.widgets.core.min.css" rel="stylesheet" />
<link rel='nofollow' href="~/Content/ej/web/bootstrap-theme/ej.web.all.min.css" rel="stylesheet" />