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.
我想在当前插入符号位置的微型 MCE 中放置一个占位符。也尝试了书签,但没有帮助:(需要帮助
提前感谢,纳曼
tinymce 中有几种书签。
您可以使用例如:var b = tinymce.activeEditor.selection.getBookmark(2,true); 以及稍后:tinymce.activeEditor.selection.moveToBookmark(b);
var b = tinymce.activeEditor.selection.getBookmark(2,true);
tinymce.activeEditor.selection.moveToBookmark(b);