You are not logged in.
As others have requested, I'd like to programmatically set the focus to my HTMLArea after it's created.
I've tried:
editor.activateEditor()
editor.focusEditor()
but that fails with the message that editor._doc is not defined.
Although there is some discussion that this isn't possible without the user explicitly clicking on the editor, I'd like to better understand why and whether there is any workaround.
Thanks,
-- Jim
Offline