FCKeditor 和访问编辑器选择
我为 FCKeditor 添加了一个自定义文件选择器插件,并且插入新链接效果很好。 问题是我应该能够检测当前光标位置或选择何时已经是链接。 目前,这会导致嵌套锚标记而不是更新现有链接。
FCKEditor JavaScript API 不太有帮助:“在编辑器中处理选择:使用选择对象”
我很乐意看到与此相关的示例或有关选择对象的文档。 谢谢你!
I have added a custom file selector plugin for FCKeditor and inserting of a new link works fine. The problem is that I should be able to detect when the current cursor location or selection is a link already. At the moment this causes nested anchor tags instead of updating the existing link.
The FCKEditor JavaScript API is not too helpful: "Working with the selection in the editor: Use the Selection Object"
I would be happy with examples related to this or documentation about selection object. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为现有链接设置 URL 的方法如下:
The way of setting URL for an existing link is something like this: