Gilles Lenfant wrote:
Hi,it's very simple, first you need a Mozilla 1.3 +, if you have a low version, that not works, well:
I need a Mozilla based through the web editor for a content management
system.
I found Midas here :
http://www.mozilla.org/editor/midas-spec.html
But I did'nt succeed to make it work.
Has any of you pointers to have a Web page embedded WYSIWIG editor for
Mozilla ?
Thanks in advance.
--Gilles
Create a html file with iframe, example:
<iframe
name="editor"
id="editor"
width="600"
height="400"
frameborder="1">
</iframe>
and in the end of the file, add an script like that
<script>
window.frames["editor"].document.designMode="on";
</script>
that all right, i send you an editor for mozilla
--
Al�xandre Galindo
-----------------------
"EL destino es incierto, pero incierta no es la vida"
freeEditor.js
Description: JavaScript source
