On Dec 2, 6:13 am, Neil <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >For example, the img when selected shows a resizable border > > This is controlled by nsIHTMLObjectResizer's objectResizingEnabled > attribute. > > -- > Warning: May contain traces of nuts.
Thanks for the quick response. I was able to enable/disable the object resizing controls on <img>, <table> using this technique. However, things like <div>, <input type="text"> still won't show a resizer. Are there more XPCOM interfaces involved? I also notice there are several editor interfaces such as nsIEditor, nsIHTMLEditor and nsIPlaintTextEditor. Generally how can I get hold of these editors? I am currently experimenting with nsIEditingSession which is supposed to be able to give me an nsIEditor. But I can't figure out the entry point to nsIHTMLEditor. It doesn't appear to be referred by any other interfaces. Please advise. Thanks again. _______________________________________________ dev-tech-editor mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-editor
