The rich text editor found in Incentive can be customized by adding and removing tools. This is a list of available tools:
AboutDialog | FindAndReplace | Indent | InsertTime | Outdent | StrikeThrough | Zoom |
AbsolutePosition | FlashManager | InsertHorizontalRule | InsertUnorderedList | Paste | Subscript | XhtmlValidator |
ApplyClass | FontName | InsertCustomLink | Italic | PasteAsHtml | Superscript | TrackChangesDialog |
BackColor | FontSize | InsertDate | JustifyCenter | PasteFromWord | TemplateManager | FormatCodeBlock |
Bold | ForeColor | InsertFormElement | JustifyFull | PasteFromWordNoFontsNoSizes | ToggleDocking | |
Copy | FormatBlock | InsertOrderedList | JustifyLeft | PastePlainText | ToggleScreenMode | |
Custom | FormatStripper | InsertParagraph | JustifyRight | Print | ToggleTableBorder | |
Cut | Help | InsertSnippet | LinkManager | Redo | Underline | |
DecreaseSize | ImageManager | InsertSymbol | MediaManager | RepeatLastCommand | Undo | |
DocumentManager | IncreaseSize | InsertTable | ModuleManager | AjaxSpellCheck | Unlink | |
To add a new tool open the TOOLSFILE.XML file found in the WEB\APP_DATA\SETTINGS-folder.
Add a new row where you want to place the tool visually with the following syntax:
<tool name="" shortcut="" />
For example:
<tool name="LinkManager" shortcut="Ctrl+K" />
To remove a tool - simply remove the row from the file.