Hi Alex, 1. In MSHTML there is a thing called 2D positioning which is enabled using attribute position:absolute. If I enable 2D position in MSHTML, I can select selectable objects like <table> <div> and move them around much like dragging (I can reposition the elements). Is such a thing possible in Mozilla?
2. Also, MSHTML don't support table editing, like resizing column rows, deleting rows columns, Is it possible in Mozilla. 3. MSHTML also provide interfaces for extension it, using IHTMLEditInterface (or something like that). This interface has methods like PreEventNotify,PostEventNotify. Is there any mechanism in mozilla to extend it. 4. Spell Check: Is it possible to underline the incorect words (using wave style) much like the Microsoft word do? thanks harvinder "Alex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > harvinder wrote: > > Hi, > > I am new to mozilla, today only I complied it for the first time. I have > > worked extensively on IE's MSHTML. I would like to know what are the things > > which is not possible in mozilla as of now. say > > > > 1. Is it possible to move a table around in the mozilla > > 2. Can I add spell check support in mozilla. > > > > where can I get documentaion regarding this? > > > > thanks > > harvinder > > > > > > You can add spell check support when embedding mozilla although not > directly through the ActiveX (because it implements Mshtml interfaces) > What do you mean by moving a table around ? > > Alex _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
