Searched refs:iframe (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/lib/scripts/ |
H A D | fileuploader.js | 987 var iframe = document.getElementById(id); 988 if (iframe){ 992 iframe.setAttribute('src', 'javascript:false;'); 994 qq.remove(iframe); 1006 var iframe = this._createIframe(id); 1007 var form = this._createForm(iframe, params); 1011 this._attachLoadEvent(iframe, function(){ 1014 var response = self._getIframeContentJSON(iframe); 1022 qq.remove(iframe); 1031 _attachLoadEvent: function(iframe, callback){ argument [all …]
|
H A D | fileuploaderextended.js | 238 var iframe = this._createIframe(id); 239 var form = this._createForm(iframe, params); 251 this._attachLoadEvent(iframe, function(){ 254 var response = self._getIframeContentJSON(iframe); 262 qq.remove(iframe);
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | basic.less | 229 iframe,
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | SimplePie.php | 654 …public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scrip… 661 …body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marque…
|