You are not logged in.
I've got my code working nicely, however I'm attempting to implement tabs.
This ticket says that a good solution is using the method xinha_editors.textareaName.deactivateEditor();
http://xinha.webfactional.com/ticket/367
I was wondering how, exactly, to call the function. Do I just have something like this?:
<script type="text/javascript">
xinha_editors.workArea.deactivateEditor();
</script>
Offline
What do you mean by 'implement tabs'? Sorry, just curious!
I would love to have Xinha work with in-page tabs, so I could have, say, one tab to write articles in and another tab to write summaries of articles. Something like this:
http://stilbuero.de/jquery/tabs/
Where different tabs handle different Text areas. It doesn't seem like Xinha will work with this, without a workaround, as described in the problem ticket I quoted earlier.
Offline