Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在编辑器小部件中创建表格后,我想通过键入“选项卡”来跳过单元格。有什么设置吗?我在文档中找不到类似的东西。
您可以使用selectionEnd:将光标设置到元素的末尾
selectionEnd
外部调用示例:
$('#redactor').redactor('selectionEnd', element);
参考:http: //imperavi.com/redactor/docs/api/#h-selection