Copy link to clipboard
Copied
Hi,
I want that when, I modify the properties of a slice, it triggers a dialog box that i have made myself.
In order to make that, I have to know how to capture this event. For the design of the dialog box, there isn't problems ..i know how to do that but not how to capture this event.
I have already analyze the Getter plugin and his "getter.log" but i don't understand how it works. Listener is more easy to understand.
How can we have informations about slices in a document thanks to SDK commands ?
Thanks in advance.
Copy link to clipboard
Copied
If you are not seeing anything in the scripting listener log for slices, then there is nothing you can do. There is no support for slices in the JS DOM, but there may be via the scripting listener.
If you can find any useful events there, you would add a handler via the Scripts Event Manger. But this would only notify you after the change had been made which may or may not be helpful.