YUI 富文本编辑器:如何将光标设置到文本末尾
我想用一些预加载的文本渲染 YUI2 富文本编辑器。但光标始终位于文本的第一个位置。如何将其设置在文本末尾?
谢谢
i want to render a YUI2 Rich Text Editor with some preloaded text. But the cursor is always in the first position of the text. How can i set it at the end of the text?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 YUI3,但这可能仍然适用于 YUI2。我使用 execCommand('insertandfocus','content') 添加内容,而不是使用内容初始化编辑器。
例如,
我不是这样插入内容:
I'm using YUI3, but this might still work for YUI2. I'm adding the content with
execCommand('insertandfocus','content')
rather than initializing the editor with the content.For instance, instead of this:
I'm inserting the content like this: