How to get cursor position with editor. eg if I have open text editor how can I get cursor possession for that editor?
There is no native webix API
you can get HTML element of input and from that point use the native browser’s api for text selections.
ya that give some ugly code …
hence found method getCursor that’s asked.