document.getElementById('edit').contentWindow.getSelection().removeAllRanges();
I can remove the cell selection, but doesn't seem to get rid of the other controls on the cell or the table.
Mark Mark Ptroctor wrote:
Is there a way to disable the table controls - the control surrounding the current cell, the table resize controls and the selection cell colouring? In ie I cant disable this stuff by using the onselectionchange events and document.selection.empty().
I have my own javascript stuff for table selection and controls which I wish to use - to make it the same in ie as it is in moz.
Regards
Mark
_______________________________________________ mozilla-editor mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-editor
