I'm curious to learn more about the work embedding Composer in another application. We are doing some educational work to allow teachers to edit MathML documents and would like to use Composer. Can you give me any suggestions on documentation on this subject.
Thanks, Justin Beals
Michael Kraus wrote:
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
