You are not logged in.
Hi All..
I have one doubt with xinha editor.
By default, I have to set my Htmlmode (<>) as TextMode ..
How Can i do?
Please replay ASAP.
thank u
Offline
Xinha Editor
Offline
One thing that you might be able to do fairly easily is load the page with your text area(s) and not call the function to initialize the editors until someone clicks on a link or button on your page. Then, the default is text, and if they want to use the editor, they can click on a button.
Try commenting out the line that says:
window.onload = xinha_init;
and making xinha_init something that the user has to initiate by clicking on something.
Offline