Re: Re: [opencms-dev] WYSIWYG Editor and Mozilla?
Joachim Arrasz
info at arrasz.de
Thu Oct 7 18:02:13 CEST 2004
Hi,
>changing the entry for htmlarea to a wildcard makes no difference in my
>last test, htmlarea standalone works well with both mozilla and
>iexplorer, in opencms only iexplorer can use htmlarea. Tonight I will
>have a look at the encodings of the files and browsers.
>
>
for us this worked perfect:
<?xml version="1.0" encoding="ISO-8859-1"?>
<editor>
<label>editor.title.htmlarea</label>
<resourcetypes>
<type>
<name>xmlpage</name>
<ranking>50</ranking>
</type>
</resourcetypes>
<useragents>
<agent>^Mozilla/4\.0 \(compatible; MSIE 6\.\d*; .*\)$</agent>
<agent>^Mozilla/4\.0 \(compatible; MSIE 5\.\d*; .*\)$</agent>
<agent>^Mozilla/5\.0 \(.* rv:1\..*\) Gecko/200\d* .*$</agent>
<agent>.*</agent>
</useragents>
</editor>
Hope this helps then
Bye Achim
--
/**
* @author Joachim Arrasz
* --> head of technology research <--
* @phone +49/(0)721/66487932
* @mobile 0160/8021351
* @mail arrasz at synyx.de
* @url http://www.synyx.de
*/
More information about the opencms-dev
mailing list