Hello,
I'm using Greasemonkey to automate some of my work with FCK. This code works fine for me:
No problem. But then I paste my HTML into the FCKEditor (which gained focus via this operation) and then comes the question ---
How do I un-focus FCKEditor now, without using the mouse?
I'm using Greasemonkey to automate some of my work with FCK. This code works fine for me:
if (event.keyCode==99){ //Numpad 3 - switch fckeditor mode var oEditor = unsafeWindow.FCKeditorAPI.GetInstance('postcontent'); oEditor.SwitchEditMode()
No problem. But then I paste my HTML into the FCKEditor (which gained focus via this operation) and then comes the question ---
How do I un-focus FCKEditor now, without using the mouse?