Advanced Code Editor plugin
优质
小牛编辑
128浏览
2023-12-01
This plugin adds a toolbar button that allows a user to edit the HTML code using a more advanced code editor than the default textarea.
If you are using Advanced Code Editor advcode
plugin, make sure you do not use Code code
plugin.
Example
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "advcode",
toolbar: "code"
});
The Advanced Code Editor plugin is included with a TinyMCE Enterprise subscription. Please click here to learn more about our flexible subscriptions plans.