Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8109
    crowdy
    Member

    Hi.
    I’m trying to write “File Opened” event handler.
    and have found that “editor.ActiveDocument.FileName” does not return the filename to open.

    alert(editor.ActiveDocument.FileName);

    how can I get the filename to open?
    thank you

    #8110
    Yutaka Emura
    Keymaster

    It should be

    alert(editor.ActiveDocument.Name);

    #8111
    crowdy
    Member

    Ah! It works
    I should have read Help carefully.

    thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.