如何将鼠标指针放在ckeditor的焦点上。假设hello,hi,ckeditor中有类型。从ckeditor调出焦点后,如何确定鼠标指针(光标)的位置?
发布于 2013-07-03 01:52:51
通过大量的搜索,我找到了这个代码,它是working value = value.trim();CKEDITOR.instances'content'.insertText(value);
https://stackoverflow.com/questions/17431682
相似问题