Home
last modified time | relevance | path

Searched refs:iframeProps (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/
H A Dscript.js128 _.downloadFile = function(iframeProps) { argument
134 $.fileDownload(iframeProps.src).done(function(){
137 if ( typeof iframeProps.timeout == 'function' ) {
138 window.setTimeout(iframeProps.timeout, 2000);
150 var frameQuery = "iframe#" + iframeProps.id;
155 .appendTo(iframeProps.root)
158 id : iframeProps.id
186 document.location.href = iframeProps.src;
190 frame.attr('src', iframeProps.src);
191 if ( typeof iframeProps.timeout == 'function' ) {
[all …]