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.
在 TinyMCE 的一个实例中,我想以编程方式打开工具栏按钮“链接”的模式对话框。
我怎样才能做到这一点?谢谢!
您需要做的就是调用以下javascript
tinymce.activeEditor.execCommand('mceAdvLink');