You are not logged in.
I am having trouble adding Xihna to 2 different pages. The textarea object for the page that I am not viewing throws a nil error for the ID. Do I need to use 2 unique config files- one for each page? Is this code below only for adding Xihna to multiple textareas on the same page?
Code:
xinha_editors = xinha_editors ? xinha_editors :
[
'myTextArea',
'anotherOne'
];
Offline
You got it!
see http://xinha.python-hosting.com/ticket/957
Offline