Add the function NewMessage to popup the compose window.

This commit is contained in:
ducarroz%netscape.com 1999-03-04 19:33:55 +00:00
parent dc14ae3f64
commit d5a513a814

View File

@ -98,6 +98,17 @@ function OpenURL(url)
}
}
function NewMessage()
{
dump("\n\nnewMsg from XUL\n\n\n");
var appCore = new ComposeAppCore();
if (appCore != null) {
dump("Initializing ComposeAppCore and creating a new Message\n");
appCore.Init("ComposeAppCore");
appCore.NewMessage("resource:/res/samples/compose.xul");
}
}
</html:script>
<menubar>