You are not logged in.
Pages: 1
Hi,
when I get on my page with the textarea, so get the following message.
WARNING: _editor_url is not set! You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea/', but it can be relative if you prefer. Further we will try to load the editor files correctly but we'll probably fail.
But I've setted the _editor_url:
<script type="text/javascript">
_editor_url = '/cake/js/xinha/'
// (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
_editor_skin = "silva"; // If you want use a skin, add the name (of the folder) here
</script>
Xinha is working right - only the CSS-file is not loaded. So the textareas are displayed in a chaos. The screenshot: http://www.ubuntu-pics.de/bild/21871/sc … PDutUf.png
Please help. :-)
Offline
_editor_url = '/cake/js/xinha/';
Notice the trailing ';' character.
Offline
I've setted the semicolon, but the same error is coming. Has anybody an further idea? :-)
Offline
Ok, the config-file include has to after setting the editor-url. thanks for your attention. :-D
Offline
Pages: 1