Format Toolbar Options on Blog Comments

Posted by Community Admin on 05-Aug-2018 20:09

Format Toolbar Options on Blog Comments

All Replies

Posted by Community Admin on 20-Feb-2012 00:00

How do I toggle the Blog Comments' "Formatting Options" to always toggle on? 

Posted by Community Admin on 21-Feb-2012 00:00

Hi,

You can modify the default MinimalToolsFile.xml which contains the tools in the HtmlField control used for Comments. Generally, creating a new xml file with the below content:

<?xml version="1.0" encoding="utf-8" ?>
<root>
  <modules>
    <module name="RadEditorStatistics" dockingZone="Bottom" visible="false" />
    <module name="RadEditorDomInspector" visible="false" />
    <module name="RadEditorNodeInspector" visible="false" />
    <module name="RadEditorHtmlInspector" visible="false" />
  </modules>
  <tools>
    <tool name="Bold" shortcut="CTRL+B"/>
    <tool name="Italic" shortcut="CTRL+I"/>
    <tool separator="true"/>
    <tool name="LinkManager" shortcut="CTRL+K"/>
    <tool name="Unlink" shortcut="CTRL+SHIFT+K"/>
    <tool separator="true"/>
    <tool name="AjaxSpellCheck"/>
  </tools>
</root>
and then going to Administration->Settings->Advanced ->Appearance and specifying the relative path to your custom tools file for RadEditor Minimal configuration should let you achieve the desired functionality. Please do not hesitate to let us know if any issues persist.

Greetings,
Boyan Barnev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed