Lines Matching refs:editor
6 CKEDITOR.dialog.add( 'anchor', function( editor ) argument
17 function createFakeAnchor( editor, anchor ) argument
19 return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' );
23 title : editor.lang.anchor.title,
39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut…
47 var sel = editor.getSelection(),
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
66 anchor = createFakeAnchor( editor, anchor );
78 style.apply( editor.document );
90 var selection = editor.getSelection(),
99 var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
108 partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );
121 label : editor.lang.anchor.title,
128 label : editor.lang.anchor.name,
134 alert( editor.lang.anchor.errorName );