thanks for all the efforts you invest to here... i write this using the ticket system instead of email to avoid watsting your time for users questions.
What i plan to do is to activate annotations from the current caret position (e.g. write red from here).
The problem is getting the range i should set for it. I was not able to get the current pos (range) using typical javascript methods. So i planned to use the event onSelectioNChanged and possibly store the latest position of the caret (if it is provided by the event), anyway, when using this after setting the ediors text in the configEditor function, it says there is no such function.
The event was documented in the lastest wiki:
https://github.com/SwellRT/swellrt/wiki/Collaborative-Text-Editor
Hi Pablo,
thanks for all the efforts you invest to here... i write this using the ticket system instead of email to avoid watsting your time for users questions.
What i plan to do is to activate annotations from the current caret position (e.g. write red from here).
The problem is getting the range i should set for it. I was not able to get the current pos (range) using typical javascript methods. So i planned to use the event onSelectioNChanged and possibly store the latest position of the caret (if it is provided by the event), anyway, when using this after setting the ediors text in the configEditor function, it says there is no such function.
The event was documented in the lastest wiki: https://github.com/SwellRT/swellrt/wiki/Collaborative-Text-Editor
Any clue that could help me please?