Special Characters in JS, how to use "/" character
- by user1461222
I've vbulletin 4.2.0 i added an special button to it's editor with this article;
http://www.vbulletinguru.com/2012/add-a-new-toolbar-button-to-ckeditor-tutorial/
The thing i want to do is add an syntax highlighter code with this button.
When i use below code it's working fine;
CKEDITOR.plugins.add( 'YourPluginName',
{
init: function( editor…