One limit of the Midas implementation is that it doesn't enable adding
images. I was trying to implement a button that will launch composer,
but could not get over the security, although the script was signed and
every possible privilige was requested.
Any idea if this is possible, and how?
My code:
netscape.security.PrivilegeManager.enablePrivilege(...);
window.openDialog( "chrome://editor/content", "_blank",
"chrome,all,dialog=no", documentUrl);
