标签:
var fp = $(‘#documentViewer‘).FlexPaperViewer( { config: { SwfFile: ‘@ViewBag.swfPath‘, onDocumentLoaded:function(){alert(1);} } } );
我发现在这里写事件就是不走 但是
$(‘#documentViewer‘).bind(‘onDocumentLoaded‘, function (e, totalPages) { $.messager.progress(‘close‘); });
这么写就可以使用了。
标签:
原文地址:http://www.cnblogs.com/strongZZ/p/5347467.html