MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Underlined and Strikethrough text at forum posts  (Mono Support )

Viewed 38503 time(s), 5 post(s) 11/25/2012 9:58:37 PMby Zoomicon
Zoomicon

Zoomicon

11/25/2012 9:58:37 PM
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?
This content has not been rated yet. 
2793 Reputation 345 Total posts
imarusic

imarusic

11/26/2012 1:49:34 PM
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.
Rated 5.00, 1 vote(s). 
3016 Reputation 428 Total posts
Zoomicon

Zoomicon

12/19/2012 9:08:08 PM
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>
This content has not been rated yet. 
2793 Reputation 345 Total posts
imarusic

imarusic

12/20/2012 8:44:33 AM
Ok, if everything is fine we are closing this topic,

Regards.
This content has not been rated yet. 
3016 Reputation 428 Total posts
Zoomicon

Zoomicon

12/20/2012 9:03:21 AM
yes, thanks
This content has not been rated yet. 
2793 Reputation 345 Total posts