Hi!
I want to register a listener to the OnPaste Event
in the FCKeditor_OnComplete function.
I create the FCKeditor in javascript with
But FCKeditor_OnComplete is never called.
How can i register a listener for the OnPaste event?
Lion
I want to register a listener to the OnPaste Event
editorInstance.Events.AttachEvent( 'OnPaste', OnPasteListener );
in the FCKeditor_OnComplete function.
I create the FCKeditor in javascript with
var tdDescription = document.createElement('td');
var fck = new FCKeditor("description");
fck.BasePath = "include/oqc/FckEditor/";
fck.Value = textblock.description;
tdDescription.innerHTML = fck.CreateHtml();But FCKeditor_OnComplete is never called.
How can i register a listener for the OnPaste event?
Lion

Re: FCKeditor_OnComplete() is not called when using CreateHtml()
and the fFCKeditor_OnComplete( editorInstance )
is called and I register what I want.
Re: FCKeditor_OnComplete() is not called when using CreateHtml()
I cannot use .Create() because i need to control
the layout dynamically.
Re: FCKeditor_OnComplete() is not called when using CreateHtml()
dev site
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn