Solved
Need to use File Opened event.
I need to call a method right after a file is opened in the editor.
Is there such an event somewhere ? I can't find it.
Thanks.
I need to call a method right after a file is opened in the editor.
Is there such an event somewhere ? I can't find it.
Thanks.
Thanks for your answer, I ended up using doc_add_callback(current_doc(), 'context_changed', 'triggerContextChanged'); so that as soon as a click happened within the document, I was handling the logic from there. Which was sufficient enough for me.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.