Hi,
If I use the ReplaceTextArea method the editor appears duplicated, like if I had two instances of it, but I have only one... happens only with gecko browsers
here's the code I use on the body onLoad:
<body id="contentManager" onload="var oFCKeditor=new FCKeditor( 'contdesc' ); oFCKeditor.ReplaceTextarea(); ">
here's my form's open tag (I know the id can't start with a "_" character, could be that causing the error... I haven't tested because it would give me a big headache for other stuff...)
<form style="z-index: -1;" name="content_modify" id="_content_modify" action="content_manager.php" method="POST" target="_self">
and here is my textarea code:
<textarea name="contdesc" id="contdesc" rows="36" cols="80" style="width:800px; height: 350px"><br></textarea>
(I've just noticed that it lacks the final semicolon in the style attribute, I will test that now...)
any indication would be highly appreciated..
thanks in advance
Tue, 01/11/2005 - 10:31
#1