I have to integrate specific functions into CKeditor in Smartgwt. I prepared modal window for that which works well but I need to modify text in editor area. My thought is to call method like getSelectionRange which returns array of integers with start and end index of selected text but mentioned method isn't implemented. I use instance of RichTextEditor and text is inserted into usual Canvas instance which have option canSelectText set to true.
I'm using SmartGWT version 2.4.
Thank you for your help,
Michal
I'm using SmartGWT version 2.4.
Thank you for your help,
Michal
Comment