Neil Deakin <[EMAIL PROTECTED]> wrote: > A minimal example is just: > > > <window onload="Init();"
(replaced with init) > xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> > > <script> > function init() > { > var edit = document.getElementById("edit"); > edit.makeEditable('html',false); > } > </script> > > <editor id="edit" src="about:blank"/> > > </window> Thanks, but this doesn't work for me, with Mozilla 1.7RC1. What I get is strange: a window with no decoration which I can't grab or resize or close (except by killing Mozilla). If I start the same using ..../mozilla -chrome chrome://xulwiki/content/editor.xul then I get the "Feedback Agent", ie. Mozilla segfaults. Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment _______________________________________________ mozilla-editor mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-editor
