Home
last modified time | relevance | path

Searched refs:realElement (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js99 var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
100 realElement && loadElements.call( this, realElement );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js99 var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
100 realElement && loadElements.call( this, realElement );
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js41 var FCKDocumentProcessor_CreateFakeImage = function( fakeClass, realElement ) argument
47 oImg.setAttribute( '_fckrealelement', FCKTempBin.AddElement( realElement ), 0 ) ;