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?