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);