Hi,
We are currenlty using jspell Iframe WYSIWYG Editor in our applicaiton. I am trying to set the foucs inside the editor after the page loaded.
onLoad of the body I am setting the foucs on to the textarea. It is seting the foucs but the WYSIWYG Editor loads after that the focus is getting lost. I tried to place the scrip after the WYSIWYG Editor scrpit but no luck.
Is there any why that I could check if the WYSIWYG Editor script is executed and then set the focus or call other script?
I am using Prototype js lib and I use "Form.focusFirstElement(form)" which works fine.
Thanks
We are currenlty using jspell Iframe WYSIWYG Editor in our applicaiton. I am trying to set the foucs inside the editor after the page loaded.
onLoad of the body I am setting the foucs on to the textarea. It is seting the foucs but the WYSIWYG Editor loads after that the focus is getting lost. I tried to place the scrip after the WYSIWYG Editor scrpit but no luck.
Is there any why that I could check if the WYSIWYG Editor script is executed and then set the focus or call other script?
I am using Prototype js lib and I use "Form.focusFirstElement(form)" which works fine.
Thanks