You are not logged in.
Hi there!
I'm using yui in my cms and i wanted to use xinha as texteditor so I load it in page everything was ok but when i try to get the entered text so i can submit my form with js there is no returned value.
In other word : I need to get entered text in xinha by js so i can post it to server. (and there is no form submit)
something like this :
document.getElementById("myTextArea").value;
Any idea how can i access the entered text by js ?
Offline
Is it impossible ?
Offline
Wow i just found it :
xinha_editors.myTextArea.getEditorContent();
Thanks for your really active forum!!!
Offline