How to put Code Sample Plugin of TinyMCE in phpfox?
问题 I have an tiny mce editor like image bellow: and I want to put Code Sample Plugin of tinymce editor in phpfox like: Please tell me what should I do. 回答1: In case you don't have codesample installed, you can download entire bundle from tinymce.com and include plugin.min.js from directory js/tinymce/plugins/codesample/ Download prism.js and prism.css from prismjs.com and include in your HTML page Modify your tinymce_setup.js and add codesample to your tinymce_setup.js My tinymce_setup.js looks