- AuthorPosts
- August 1, 2008 at 5:21 am #6066deepbirchParticipant
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?August 2, 2008 at 1:56 am #6071Yutaka EmuraKeymasterdeepbirch 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).
- AuthorPosts
- You must be logged in to reply to this topic.