Hi,
I have a question about embedding the Composer inside an existing xul-file.
I created a little program with some tabs inside and want to put the Composer inside one of them.
The first idea was to link to the chrome folder like this:


<iframe id="123" src="chrome://editor/content/editor.xul" />

This does not work.
The second idea was to extract the whole comm.jar to a folder, to put this folder inside the content-folder of my program and to link like this:


<iframe id="123" src="comm_jar/content/editor/editor.xul" />

but this doesn't work too.
Can anyone help me?

Thanks, Michael


_______________________________________________ mozilla-editor mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-editor

Reply via email to