问题标签 [cuteeditor]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
4 浏览

methods - 获取光标位置和插入文本的 CuteEditor 属性或方法

我在我的网络应用程序中使用了 CuteSoft CuteEditor v6.7。该应用程序是一个 ASP 应用程序,其后端是用 C# 编写的。CuteEditor 是否具有以下任一功能:

  1. 我可以用来获取CuteEditor 中文本内的光标位置(即插入点)的属性或方法?

  2. 我可以调用在编辑器中光标的当前位置插入文本(HTML)的方法?

谢谢你的帮助。