Hi,
I need 4 things, I hope I know solution for two of them but I need you to 
look at it and I need help with the rest of them
(it's in Delhpi)
1/ I need to be able to display local file/text/stream
I suppose the solution shoul be:
browser.navigate('about:blank');
doc:=browser.Document;
doc.body.innerHTML := text;

2/ I need to create HTML editor, I suppose the solution should be:
browser.Document.contentDocument.designMode:='on'
and then using execCommand method for styling

3/ third thing I need to do is to overwrite default mozilla's popup menu
I need to create my own popup menu for particular items (one for
'nothing', another one for selected text, another one for images, another
for link etc.), I need to process the poited item myself, so I need to
know, how to display appropriate popup and I need to know how to
get to pointed item

4/ I need to know, how to handle things like:
 - show images / do not show images
 - enable scripts / disable scripts
and another possible security issues, but I do not want to
change normal browser (mozilla, firefox) functionality if
user has installed it


Thank you
Bronislav Klucka



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

Reply via email to