作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我想从 RichTextArea 获取光标位置或位置。我不知道如何在没有任何鼠标事件的情况下获取当前光标位置。
例如TextArea有getCursorPos()方法,而RichTextArea没有TextArea的方法。
有人知道吗?
提前致谢...
最佳答案
如果你想在光标位置的 RichTextArea 中插入一些东西,你可以使用格式化程序来完成:
RichTextArea.Formatter formatter = richText.getFormatter();
formatter.insertHTML("My text is inserted at the cursor position");
要使用 JavaScript 查找光标位置,请尝试 Tim Down 提出的解决方案:
Get a range's start and end offset's relative to its parent container
关于java - 如何从 GWT 中的 RichTextArea 获取光标位置或位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12542522/
我是一名优秀的程序员,十分优秀!