我正在尝试使用外部按钮在redactor.js中创建类似的标签框:
我能够插入 html 并使用 jquery 向其中添加 css。
redactor.insertHtml('<div class="templateTag">' + inputValue + '</div>');
现在我无法禁用光标和单击元素时删除内容的可能性(模拟“选择”,就像在 gmail 中一样)
有没有办法禁用闪烁的光标(所以不允许用户删除内容)?
非常感谢!
我正在尝试使用外部按钮在redactor.js中创建类似的标签框:
我能够插入 html 并使用 jquery 向其中添加 css。
redactor.insertHtml('<div class="templateTag">' + inputValue + '</div>');
现在我无法禁用光标和单击元素时删除内容的可能性(模拟“选择”,就像在 gmail 中一样)
有没有办法禁用闪烁的光标(所以不允许用户删除内容)?
非常感谢!
I think you don't have to use RadactorJS to do that. You can use Typehead and Tag Manager.