Mono Support Underlined and Strikethrough text at forum posts 

Viewed 42175 time(s), 5 post(s), 11/25/2012 9:58:37 PM - by Zoomicon
11/25/2012 9:58:37 PM
2793 Reputation 345 Total posts

At forum posts when typing in a reply I see only buttons for Bold and Italics, not for Undeline or Strikethrough. Is this configurable somewhere?

1
11/26/2012 1:49:34 PM
3016 Reputation 428 Total posts

Hi,

you need to modify DiscussionRadEditorToolsFile.xml file and add your custom buttons there. Take a look at the code snippet below:

<tools name="AA" isribbon = "false">
   <tool name="Bold" shortcut="CTRL+B"/>
   <tool name="Italic" shortcut="CTRL+I"/>
   <tool name="Underline"/>
   <tool name="StrikeThrough"/>
   <tool separator="true"/>
   <tool name="JustifyLeft" />

Regards.

2
12/19/2012 9:08:08 PM
2793 Reputation 345 Total posts

thanks, I guess it should be:
</br>
</br> <tool name="Underline" shortcut="CTRL+U"/>
</br> <tool name="StrikeThrough"/>
</br>
</br>assuming it will understand what CTRL+U means and apply the shortcut, not just show it as a tooltip
</br>
</br>not sure what shortcut is standard (should maybe check MS Word or other browsers) for strike through
</br>

3
12/20/2012 8:44:33 AM
3016 Reputation 428 Total posts

Ok, if everything is fine we are closing this topic,

Regards.

4
12/20/2012 9:03:21 AM
2793 Reputation 345 Total posts

yes, thanks

5
This is a demo site for MonoX. Please visit Mono Software for more info.