How to modify,remove or disable the buttons in aRTE HiSoftware editor?

1. Find defined.js file under the following location in the SharePoint server,
‘\Inetpub\wwwroot\wss\VirtualDirectories\80\ARTEeditor\editor\_source\internals\defined.js’

2. The default code in defined.js file is,

ARTEConfig.ToolbarSets[“Default”] = [
[‘Source’, ‘-‘, ‘Preview’, ‘-‘], // Removed Templates
[‘Cut’, ‘Copy’, ‘Paste’, ‘PasteWord’, ‘-‘, ‘Print’, ‘netSpellCheck’],
[‘Undo’, ‘Redo’, ‘-‘, ‘Find’, ‘Replace’, ‘-‘, ‘SelectAll’, ‘RemoveFormat’],
[‘Image’, ‘Table’, ‘Rule’, ‘Link’, ‘Unlink’, ‘Anchor’], // Thomas Removed SpecialChar Added Link Unlink Anchor
[‘Bold’, ‘Italic’, ‘Underline’, ‘StrikeThrough’, ‘-‘, ‘Subscript’, ‘Superscript’],
[‘OrderedList’, ‘UnorderedList’, ‘-‘, ‘Outdent’, ‘Indent’, ‘Blockquote’],
[‘JustifyLeft’, ‘JustifyCenter’, ‘JustifyRight’, ‘JustifyFull’],
//[‘Link’,’Unlink’,’Anchor’],
‘/’,
[‘Style’, ‘FontFormat’, ‘FontName’, ‘FontSize’]
// No comma for the last row.
] ;

aRTEdefault

3. Modify the default code with the code below,

ARTEConfig.ToolbarSets[“Default”] = [
[‘Preview’, ‘Cut’, ‘Copy’, ‘Paste’, ‘PasteWord’, ‘-‘, ‘Print’, ‘netSpellCheck’],
[‘Undo’, ‘Redo’, ‘-‘, ‘Find’, ‘Replace’, ‘-‘, ‘SelectAll’, ‘RemoveFormat’],
[‘JustifyLeft’, ‘JustifyCenter’, ‘JustifyRight’, ‘JustifyFull’],
[‘Image’,’Table’,’Link’,’Unlink’,’Anchor’], // Thomas Removed SpecialChar Added Link Unlink Anchor
[‘Bold’,’Italic’,’Underline’,’-‘,’Subscript’,’Superscript’],
[‘OrderedList’,’UnorderedList’,’-‘,’Outdent’,’Indent’,’Blockquote’],
‘/’,
[‘FontFormat’]
// No comma for the last row.

] ;

aRTEcustom

Diganta Kumar is an experienced Technical Program Manager with a passion for technology. He has architected and developed software for over a decade for a broad range of industries. Diganta is a founder of two online IT businesses. He likes to help, mentor, and manage software development teams to improve and produce great software. He currently works as a Principal Program Manager for Microsoft. Before joining Microsoft, he was with AWS for five years, where he managed large cross-functional programs on a global scale.

Tagged with:
Posted in SharePoint

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: