Hi all
I am using the fckeditor2.6.3. In that i m trying to attachEvent for onkeyup but it is not working. Please help me regarding this..
the below is the code which is i have used to attachevent for onkeyup.
function FCKeditor_OnComplete( editorInstance )
{ editorInstance.EditorDocument.attachEvent('onkeyup', DoSomething); }
function DoSomething()
{ alert ("In something");
window.status = 'Event fired ' + (++counter) + ' times';
}
Thanks in advance
rams
I am using the fckeditor2.6.3. In that i m trying to attachEvent for onkeyup but it is not working. Please help me regarding this..
the below is the code which is i have used to attachevent for onkeyup.
function FCKeditor_OnComplete( editorInstance )
{ editorInstance.EditorDocument.attachEvent('onkeyup', DoSomething); }
function DoSomething()
{ alert ("In something");
window.status = 'Event fired ' + (++counter) + ' times';
}
Thanks in advance
rams