Gossamer Forum
Home : Products : Others : Fileman :

Looking for WYSIWYG editor - using IE6

Quote Reply
Looking for WYSIWYG editor - using IE6
I just upgraded to IE6 yesterday, and today I'm trying out Fileman 2

I know that there is supposed to be a WYSIWYG editor in here somewhere, but darn if I can find it.

Does IE6 mess things up with the WYSIWYG?

Thanks



------------------------------------------
Quote Reply
Re: [DogTags] Looking for WYSIWYG editor - using IE6 In reply to
Solution by klasuk here:

http://www.gossamer-threads.com/...orum_view_collapsed;


CHANGE LINES (file_editor.html) FROM 65:
Code:

<script>
var ver = window.navigator.appVersion;
if (ver.search('MSIE')) {
var IEindex = ver.indexOf("MSIE");
var IEver = ver.substring((IEindex + 5),(IEindex + 8));

if (IEver > 5.5) {
document.write('<td width=20% align=right>');
document.write('<input type=submit name="switch_edit" value="<%if use_html%>Switch to Text');
document.write('<%else%>Switch to HTML<%endif%>"> </td>');
}
}
</script>

Thanks, klasuk!!



------------------------------------------

Last edited by:

DogTags: Nov 21, 2001, 7:37 AM