You are not logged in.
Pages: 1
Hello all,
I'm trying to trigger a function when the editor gains focus. Setting the textarea event (e.g. <textarea onFocus="help('content')">) works when the editor is in HTML mode, but not WYSIWYG mode. Can anyone shed any light on this?
By the way, great project! I'm finding it much more agreeable than TinyMCE.
Offline
I'm afraid that is not so easily possible. What is it you want to do, maybe there is another way?
By the way, great project! I'm finding it much more agreeable than TinyMCE.
Thanks, spread the word!
Offline
Basically, I have an AJAX-loaded "Quick Help" blurb appear when the user focuses a specific field, describing what the field does and what to enter there, and providing a link to the full help page. The other fields are simple text inputs. To do this I'm simply using onFocus="help('topic').
Is there some reasonable way to fake it? I'd just like to trigger the help() function when the user is working with the xinha instance.
Thank you very much for your help.
Offline
Pages: 1