Mono Support Underlined and Strikethrough text at forum posts 

43547 put(a) pogledan, 5 odgovor(a), 25.11.2012. 21:58:37 - Kreirao(la) Zoomicon
25.11.2012. 21:58:37
2793 Reputacija 345 Ukupno objava

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
26.11.2012. 13:49:34
3016 Reputacija 428 Ukupno objava

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
19.12.2012. 21:08:08
2793 Reputacija 345 Ukupno objava

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
20.12.2012. 8:44:33
3016 Reputacija 428 Ukupno objava

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

Regards.

4
20.12.2012. 9:03:21
2793 Reputacija 345 Ukupno objava

yes, thanks

5
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.