cs wrote:
 function GetCurrentEditor(  )
{
  var editor;
  try {
    var editorElement = document.getElementById("YOUR_IFRAME_ID") ;
    editor = editorElement.getEditor(editorElement.contentWindow);
...
Does this work outside chrome?

Thanks

RK

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

Reply via email to