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 )

38537 put(a) pogledan, 5 odgovor(a) 25.11.2012. 21:58:37Kreirao(la) Zoomicon
Zoomicon

Zoomicon

25.11.2012. 21:58:37
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?
Ovaj sadržaj još nije ocijenjen. 
2793 Reputacija 345 Ukupno objava
imarusic

imarusic

26.11.2012. 13:49:34
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.
Ocjena 5,00, 1 glas(ova). 
3016 Reputacija 428 Ukupno objava
Zoomicon

Zoomicon

19.12.2012. 21:08:08
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>
Ovaj sadržaj još nije ocijenjen. 
2793 Reputacija 345 Ukupno objava
imarusic

imarusic

20.12.2012. 8:44:33
Ok, if everything is fine we are closing this topic,

Regards.
Ovaj sadržaj još nije ocijenjen. 
3016 Reputacija 428 Ukupno objava
Zoomicon

Zoomicon

20.12.2012. 9:03:21
yes, thanks
Ovaj sadržaj još nije ocijenjen. 
2793 Reputacija 345 Ukupno objava