在编辑器小部件中创建表格后,我想通过键入“选项卡”跳过单元格。有什么设置吗?我在文档中找不到类似的内容。
最佳答案
您可以使用selectionEnd
:将光标设置到元素的末尾
外部呼叫的示例:
$('#redactor').redactor('selectionEnd', element);
参考:http://imperavi.com/redactor/docs/api/#h-selection
关于javascript - Redactor js:在创建的表中点击,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17144465/