Searched refs:iframe (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
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);
37 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');46 WEBCODE.adjustHeightToFitContent(iframe);47 …IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree:…
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',133 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',149 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',238 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',[all …]
12 var iframe = require('./_dom-create')('iframe');17 iframe.style.display = 'none';18 require('./_html').appendChild(iframe);19 iframe.src = 'javascript:'; // eslint-disable-line no-script-url22 iframeDocument = iframe.contentWindow.document;
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
1 # DokuWiki iframe Plugin3 Plugin documentation is available here: https://www.dokuwiki.org/plugin:iframe
2 Plugin dokuwiki for iframe using interwiki6 …l URLs to be loaded into an iframe in your DokuWiki page using interwiki URI syntax. This plugin e…69 - `noborder` or `noframeborder` - Remove iframe border73 - `|alternate-text` - Text shown when iframe cannot load107 - Check if the target URL allows iframe embedding114 - Be cautious with user-generated iframe content118 ### Simple iframe123 ### Sized iframe with no scrollbars133 ### Responsive iframe150 Special thanks to Christopher Smith for the original iframe plugin that served as the foundation fo…
10 var iframe = document.createElement('iframe');11 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,
68 const iframe = document.createElement('iframe');72 iframe.setAttribute(attr.nodeName, attr.nodeValue);75 this.replaceWith(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;
75 $iframe = false;79 $iframe = true;83 if($iframe) {
35 $iframe = <<<EOT48 $event->data['noscript'][] = ['_data' => $iframe];
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 {
100 $iframeHtml = '<iframe width="425" height="350" src="' . $src . '"></iframe>';
111 …iframe src="' . $trackURL . '" width="'. $data['w'] . '" height="' . $data['h'] . '" frameborder="…
32 D = X({iframe:1}, C) ; property38 J = X({iframe:1}, H, B) ; property39 …u:1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:1, input:1, iframe:1, strong:1, texta… property84 iframe: P,
4 DEFAULT: array('colgroup' => array(), 'th' => array(), 'td' => array(), 'iframe' => array('src'))11 <code>th</code> and <code>td</code>, and also <code>iframe</code> if it
20 > iframe {29 > iframe {