Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6066
    deepbirch
    Participant

    Thanks to emeditor I got great efficiency.

    Now I have one question.
    I ‘d like to press the “at head” button in “insert sequence number plugin” using macro jsee script.
    below command run the “Insert sequence number plugin” in jscript
    editor.ExecuteCommandByID(5646);
    But further I’d like to automatically press the “at head” button in Insert sequence number plugin, using macro.
    Is it possible?

    #6071
    Yutaka Emura
    Keymaster

    deepbirch wrote:
    Thanks to emeditor I got great efficiency.

    Now I have one question.
    I ‘d like to press the “at head” button in “insert sequence number plugin” using macro jsee script.
    below command run the “Insert sequence number plugin” in jscript
    editor.ExecuteCommandByID(5646);
    But further I’d like to automatically press the “at head” button in Insert sequence number plugin, using macro.
    Is it possible?

    I don’t think it is easy. I would write a complete script including the sequence number insert (without using the plug-in).

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