You are not logged in.
Pages: 1
Hi!
I just started to work with XINHA and up to now everything went quite good.
But now I've got a question how to access the editors content after it has been edited.
My config says:
xinha_editors = ['test1'];
You see that my textarea is called "test1".
So I tried to get the content using:
xinha_editors.test1.getHTML();
Unfortunately I get an error message claiming that "test1" is not defined.
So it seems that I have a basic misunderstanding of the XINHA object "xinha_editors".
Could anybody please bring some light into my dark mind? ;-)
How do I have to access the XINHA object?
Thanks in advance!
Offline
Thanks for confirming this.
Seems that I have got some problems loading the page with the XINHA editor using AJAX.
I have now changed it to load it directly (without AJAX) and it works fine.
Offline
Pages: 1