0

How get mouse pointer on focus out for ckeditor. suppose hello hi there was type in ckeditor. after focus out from ckeditor how can I determine where was mouse pointer(cursor)

4

1 回答 1

0

通过大量搜索,我发现这段代码正在工作 value = value.trim(); CKEDITOR.instances['content'].insertText(value);

于 2013-07-02T17:52:50.930 回答