Home
last modified time | relevance | path

Searched refs:iframe (Results 26 – 50 of 312) sorted by relevance

12345678910>>...13

/plugin/drawio/
H A Dstyle.css1 iframe.drawio {
/plugin/iframeinterwiki/
H A Dmanager.dat1 downloadurl=https://github.com/Chris--S/dokuwiki-plugin-iframe/archive/master.zip
H A Dplugin.info.txt6 desc Allows external URLs to be loaded into an iframe in your DokuWiki page and use interwiki.
/plugin/gview/
H A Dprint.css9 div.obj_container_gview iframe {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1724 this.iframe = document.createElement('iframe');
1725 this.iframe.src = 'javascript:0';
1726 this.iframe.style.display = 'none';
1727 this.iframe.tabIndex = -1;
1770 if (this.iframe) {
1771 document.body.removeChild(this.iframe);
1772 this.iframe = null;
1793 if (current === this.fragment && this.iframe) {
1798 if (this.iframe) this.navigate(current);
1855 if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {
[all …]
/plugin/google_cal/
H A Dplugin.info.txt6 desc Adds a Google Calendar iframe
/plugin/codebender/
H A Dplugin.info.txt6 desc Plugin to embbed codebender iframe to your wiki for sharing Arduino code and direct programm…
H A DREADME.md3 Plugin to embbed codebender iframe to your wiki for sharing Arduino code and direct programming wit…
/plugin/vshare/syntax/
H A Dvideo.php119 $R->doc .= $this->iframe($data, $this->getConf('gdpr') ? 'div' : 'iframe');
125 * Prepare the HTML for output of the embed iframe
127 * @param string $element Can be used to not directly embed the iframe
130 public function iframe($data, $element = 'iframe')
250 * Get additional attributes to set on the iframe to harden
128 public function iframe($data, $element = 'iframe') global() function in syntax_plugin_vshare_video
/plugin/webcode/
H A DREADME.md39 <iframe name="result" allow="midi *; geolocation *; microphone *; camera *; encrypted-media *;"
41 </iframe>
56 …* adds after the last webcode tag an [iframe](https://docs.webplatform.org/wiki/html/elements/ifra…
/plugin/etherpadlite/
H A Dstyle.css28 .pad-iframe {
/plugin/externalembed/
H A DREADME.md72 * `height` - Sets the maximum height of the iframe. Values:
83 * `controls` - Specifies if the iframe will have video controls.
118 * `width` - the width of the iframe. Default is 1280
119 * `height` - the height of the iframe. Default is 720
/plugin/gpsies/
H A Dstyle.css16 div.dokuwiki div.plugin_gpsies iframe {
/plugin/airtable/
H A Dstyle.css42 .airtable-table img, object, embed, iframe, video, audio { selector
/plugin/google_maps/syntax/
H A Dcal.php104 '<iframe src="//www.google.com/calendar/embed?src=' . $options['url'] .
/plugin/mapillary/
H A DCHANGES16 * use serverside rendering of the iframe to enhance the speed of page rendering
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js779 var iframe = '', variable
792iframe = '<iframe width="560" height="315" src="//' + youtubeUrl[1] + '/embed/' + youtubeUrl[2] + …
801iframe = '<iframe width="560" height="315" src="//player.vimeo.com/video/' + vimeoUrl[1] + '?' + …
804iframe = '<iframe width="560" height="315" src="' + url + '" frameborder="0" allowfullscreen></ifr…
807 …h:' + plugin.settings.videoMaxWidth + 'px"><div class="swipebox-video">' + iframe + '</div></div>';
/plugin/lytebox/
H A Dlytebox.js342 var iframe = myLytebox.doc.getElementById('lbIframe');
349 iframe.width=window.innerWidth*0.9;
352 iframe.width = w.trim();
357 iframe.height=window.innerHeight*0.75;
360 iframe.height = h.trim();
364 iframe.scrolling = s.trim();
370 iframe.style.border="none";
372 this.resizeContainer(parseInt(iframe.width), parseInt(iframe.height));
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso70iframe id="' + self->instancename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?In…
H A Dfckeditor.afp80 …+ [<iframe id="]+THIS.cInstanceName +[___Frame" src="Link" width="]+THIS.cWIDTH+[" height="]+THIS.…
/plugin/revealjs/js/
H A Dreveal.js3880 var iframe = document.createElement( 'iframe' );
3881 iframe.setAttribute( 'allowfullscreen', '' );
3884 iframe.setAttribute( 'allow', 'autoplay' );
3888 iframe.style.width = '100%';
3889 iframe.style.height = '100%';
3890 iframe.style.maxHeight = '100%';
3891 iframe.style.maxWidth = '100%';
3893 backgroundContent.appendChild( iframe );
4158 var iframe = event.target;
4160 if( iframe && iframe.contentWindow ) {
[all …]
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code77 …<iframe id="]+THIS.cInstanceName +[___Frame" src="]+lcLink+[" width="]+THIS.cWIDTH+[" height="]+TH…
/plugin/popupviewer/
H A Dscript.js263 var iframe = null;
276 iframe.remove();
285 var iframe = $('<iframe/>').load(function(){
302 iframe.remove();
/plugin/mapillary/scss/
H A Dprint.scss22 > iframe {

12345678910>>...13