Copy link to clipboard
Copied
I saw a script on here yesterday but cannot seem to find it. it showed abunch of eventListeners at the bottom of the script. For save as, Save, etc.. I know this is very vague and i'm sorry for that but i want to see how i can implement multiple event listeners in my script.
I believe you are referring to all events for which you can add event listeners
If this is so, then find following is a kind of cheat sheet to refer to.
I have categorized based on the objects DOM. This list is not exhaustive.
Application | Document | Link | PrintEvent | ToolBox | PageItem/TextFrame/ Rectangle/TextPath/ XmlStory/Story |
---|---|---|---|---|---|
afterActivate afterClose afterContextChanged afterQuit afterSelectionAttributeChanged afterSelectionChanged beforeDeactivate beforeNew beforeOpen beforeQuit | afterActivate afterExport afterImport af |
Copy link to clipboard
Copied
I believe you are referring to all events for which you can add event listeners
If this is so, then find following is a kind of cheat sheet to refer to.
I have categorized based on the objects DOM. This list is not exhaustive.
Application | Document | Link | PrintEvent | ToolBox | PageItem/TextFrame/ Rectangle/TextPath/ XmlStory/Story |
---|---|---|---|---|---|
afterActivate afterClose afterContextChanged afterQuit afterSelectionAttributeChanged afterSelectionChanged beforeDeactivate beforeNew beforeOpen beforeQuit | afterActivate afterExport afterImport afterLinksChanged afterNew afterOpen afterPrint afterRevert afterSave afterSaveAs afterSaveACopy beforeClose beforeDeactivate beforeExport beforeImport beforePrint beforeRevert beforeSave beforeSaveAs beforeSaveACopy failedExport | afterAttributeChanged afterDelte afterEmbed afterMove afterNew afterUnembed afterUpdate beforeDelete beforeEmbed beforeMove beforeUnembed beforeUpdate | beforePrint afterPrint | afterAttributeChanged | afterPlace beforePlace |
Copy link to clipboard
Copied
Thank you i was all over the net looking for those (Probably searching the wrong key words.)
Copy link to clipboard
Copied
So... it's not possible to create an event listener to run a script when a certain paraStyle is applied?
Copy link to clipboard
Copied
Hi,
what would you like to do if this is the case?
Regards,
Uwe
Copy link to clipboard
Copied
Hi, Uwe. Thanks for reply.
I want to know if there is a way to automatically run a script when certain paraStyle is manually applied.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now