Searched refs:iframe (Results 1 – 25 of 312) sorted by relevance
12345678910>>...13
50 $iframe = $testResponse->queryHTML('iframe' );51 $this->assertEquals(0, $iframe->length);75 $iframe = $testResponse->queryHTML('iframe' );76 $this->assertEquals(1, $iframe->length);97 $iframe = $testResponse->queryHTML('iframe' );98 $this->assertEquals(2, $iframe->length);101 $this->assertEquals(2, $iframe->length);124 $iframe = $testResponse->queryHTML('pre' );125 $this->assertEquals(0, $iframe->length);
7 var iframe = document.createElement('iframe');8 iframe.setAttribute('frameborder', '0');9 iframe.setAttribute('class', 'dokudiagramsnet');13 document.body.removeChild(iframe);32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…48 …iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,…73 …iframe.contentWindow.postMessage(JSON.stringify({action: 'status', message: save_msg, modified: fa…89 iframe.setAttribute('src', diagramsnetUrl);90 document.body.appendChild(iframe);
1 iframe.dokudiagramsnet {
4 * Adjust the height of an iframe to his content32 // in a iframe, you need to test against the browsing content, not37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;38 WEBCODE.adjustHeightToFitContent(iframe);41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {43 const height = iframe.getAttribute('height');45 // Set the height of the iframe to be the height of the internal iframe46 WEBCODE.adjustHeightToFitContent(iframe);[all...]
46 var iframe = document.createElement('iframe');47 iframe.setAttribute('frameborder', '0');48 iframe.setAttribute('class', 'drawio');49 iframe.setAttribute('style', 'z-index: ' + zIndex + ';');54 document.body.removeChild(iframe);116 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',118 iframe.contentWindow.postMessage(JSON.stringify({action: 'status',238 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',245 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',282 iframe.setAttribute('src', editor);[all …]
1 base iframe5 name iframe plugin6 desc Allows external URLs to be loaded into an iframe in your DokuWiki page.7 url http://www.dokuwiki.org/plugin:iframe
10 var iframe = document.createElement('iframe'); variable11 iframe.frameBorder = iframe.height = iframe.width = 0;12 document.body.appendChild(iframe);13 var iDoc = (iDoc = iframe.contentDocument || iframe.contentWindow).document || iDoc;
20 iframe.vshare__left,26 iframe.vshare__right,32 iframe.vshare__center,39 iframe.vshare__none,
67 // create an iframe and copy over the attributes68 const iframe = document.createElement('iframe');72 iframe.setAttribute(attr.nodeName, attr.nodeValue);74 // replace the div with the iframe75 this.replaceWith(iframe);
75 $iframe = false;79 $iframe = true;83 if($iframe) {
238 var iframe = document.createElement("iframe");243 iframe.style.border = '0px';244 iframe.style.width = '0px';245 iframe.style.height = '0px';255 document.body.insertBefore(iframe, document.body.firstChild);257 document.body.appendChild(iframe);265 if (iframe.contentWindow) {267 iframe.contentWindow.location.replace(selectorUrl);270 iframe.src = selectorUrl;
149 $txt = '<iframe align="left" valign="top" title="'.$param['alt'].156 ' style="width:'.$param['width'].'; height: '.$param['height'].';">'.$param['alt'].'</iframe>';184 …iframe src="http://www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/widget?width='.$w_width.…
18 iframe .resourceslist {28 iframe.createfolder {
111 …iframe src="' . $trackURL . '" width="'. $data['w'] . '" height="' . $data['h'] . '" frameborder="…
100 $iframeHtml = '<iframe width="425" height="350" src="' . $src . '"></iframe>';
32 D = X({iframe:1}, C) ;38 J = X({iframe:1}, H, B) ;39 …u:1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:1, input:1, iframe:1, strong:1, texta… property in FCK.DTD.K84 iframe: P,
20 > iframe {29 > iframe {
106 var iframe = document.createElement('IFRAME');110 iframe.style.cssText = 'position:absolute;width:0px;height:0px;left:-500px;top:-500px;';112 document.body.appendChild(iframe);113 doc = iframe.contentWindow.document;119 iframe.contentWindow.focus();120 iframe.contentWindow.print();124 document.body.removeChild(iframe);
18 …iframe=document.createElement('IFRAME');var doc=null;iframe.style.cssText='position:absolute;width…
154 case 'iframe':220 case 'iframe':221 $renderer->doc .= '<iframe style="border: none;" src="'227 . 'type="image/svg+xml"></iframe>';
2 jQuery(".iframe").colorbox({iframe:true, width:"90%", height:"90%"});
2 Plugin dokuwiki for iframe using interwiki