Home
last modified time | relevance | path

Searched refs:oEmbed (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js50 var oEmbed ; variable
55 oEmbed = FCK.GetRealElement( oFakeImage ) ;
83 if ( ! oEmbed ) return ;
85 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ;
90 GetE('txtAttId').value = oEmbed.id ;
96 GetE('txtAttTitle').value = oEmbed.title ;
101 GetE('txtAttStyle').value = oEmbed.style.cssText ;
126 if ( !oEmbed )
128 oEmbed = FCK.EditorDocument.createElement( 'EMBED' ) ;
131 UpdateEmbed( oEmbed ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js52 var oEmbed ; variable
57 oEmbed = FCK.GetRealElement( oFakeImage ) ;
87 if ( ! oEmbed ) return ;
89 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ;
90 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ;
94 GetE('txtAttId').value = oEmbed.id ;
100 GetE('txtAttTitle').value = oEmbed.title ;
105 GetE('txtAttStyle').value = oEmbed.style.cssText ;
130 if ( !oEmbed )
132 oEmbed = FCK.EditorDocument.createElement( 'EMBED' ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js132 var oEmbed ;
134 while ( i >= 0 && ( oEmbed = aEmbeds[i--] ) )
138 var oType = oEmbed.attributes[ 'type' ] ;
142 …if ( (oEmbed.src && oEmbed.src.EndsWith( '.swf', true )) || ( oType && oType.nodeValue == 'applica…
144 var oCloned = oEmbed.cloneNode( true ) ;
149 FCKFlashProcessor.RefreshView( oImg, oEmbed ) ;
151 oEmbed.parentNode.insertBefore( oImg, oEmbed ) ;
152 oEmbed.parentNode.removeChild( oEmbed ) ;
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt1 ====== oEmbed Plugin ======
22 The oEmbed plugin allows you to easily embed media from any provider that supports the [[https://oe…
56 A list of oembed providers can be found on the [[https://oembed.com/|oEmbed website]] and [[https:/…
H A Ddokuwiki-oembed.org3 * oEmbed Plugin
26 The oEmbed plugin allows you to easily embed media from any provider that supports the [[https://oe…
62 A list of oembed providers can be found on the [[https://oembed.com/][oEmbed website]] and [[https:…
/plugin/oembed/
H A DREADME1 oEmbed Plugin for DokuWiki
3 embed media from oEmbed providers
H A Dplugin.info.txt6 desc Embed media from oEmbed providers