Home
last modified time | relevance | path

Searched refs:iframe (Results 51 – 75 of 312) sorted by relevance

12345678910>>...13

/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md17 …ellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md17 …ellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js9 var iframe = document.createElement('iframe');
10 iframe.style.backgroundColor = 'transparent';
11 iframe.allowTransparency = 'true';
12 iframe.style.borderStyle = 'none';
13 iframe.style.borderWidth = '0px';
14 iframe.style.overflow = 'hidden';
15 iframe.frameBorder = '0';
18 iframe.setAttribute('width', (((Editor.useLocalStorage) ? 640 : 320) + dx) + 'px');
19 iframe.setAttribute('height', (((Editor.useLocalStorage) ? 480 : 220) + dx) + 'px');
20 iframe.setAttribute('src', OPEN_FORM);
[all …]
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js650 var iframe = false;
652 if (_this.s.dynamicEl[index].iframe) {
653 iframe = true;
657 iframe = true;
663 if (iframe) {
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm183iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#att…
H A Dfckeditor.cfc200 …"<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"" height=""#this.h…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1iframe:"IFrame",unknown:"Unknown Object"},flash:{access:"Script Access",accessAlways:"Always",acce… property in CKEDITOR.lang.en.fakeobjects
/plugin/mapillary/
H A DREADME2 Please use the iframe plugin with the embedding options that Mapillary provides [http://blog.mapill…
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css252 iframe, selector
258 iframe { selector
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md103 - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css194 iframe { selector
195 display: -iframe;
/plugin/vshare/
H A Dsites.ini2 ; url = the URL that will be loaded into an iframe, should contain at least @VIDEO@ placeholder
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1 …lative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!importa…
H A Dswipebox.less84 #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
/plugin/revealjs/css/theme/template/
H A Dtheme.scss83 .reveal iframe {
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95iframe":"IFrame","unknown":"Unknown Object"},"flash":{"access":"Script Access","accessAlways":"Alw…
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2iframe?p.iframe.contentWindow:c.getPopupWindow());if(e.origin===t[0]+"//"+t[2]){var i=""+(e.data||…
H A DOneDrive.js6iframe?p.iframe.contentWindow:c.getPopupWindow());if(e.origin===t[0]+"//"+t[2]){var i=""+(e.data||…
/plugin/revealjs/css/theme/
H A Dblack.css82 .reveal iframe {
H A Dmoon.css86 .reveal iframe {
H A Dnight.css80 .reveal iframe {
H A Dserif.css82 .reveal iframe {
H A Dsky.css89 .reveal iframe {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js435 iframe : function( node, htmlNode ) method in FCKXHtml.TagProcessors

12345678910>>...13