Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Disabling Rich Text Editor

web-app

Hi,

How can I disable the rich text editor and just have a simple text box for text entry?

Thanks

Sumit

skumar
· 1
skumar
Replies (2)
helpful
0
not helpful

You can do so by changing the following in the web.config file to Text:

<!-- IssueDescriptionType - Possible values: Text, FreeTextBox or RichText -->

<add key="IssueDescriptionType" value="RichText" />

<!-- IssueCommentType - Possible values: Text, FreeTextBox or RichText-->

<add key="IssueCommentType" value="RichText" />


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks a ton Mark.

-Sumit


skumar
· 1
skumar