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.




Adding custom HTML in comments (Gemini 3.6)

web-app

Is there a way to manually enter in HTML codes in comments for issues under Gemini 3.6?  For example, if I want to link to an arbitrary image on another web server, is there a way to just add an <img> tag to a comment in order to display the image within the comment without having to use the Image Manager?


Don
· 1
Don
Replies (4)
helpful
0
not helpful

You can do this by enabling HTML editing in the RAD Editor.
Change the Controls\RichText.ascx file and add HTML:

ToolsFile="~/controls/RAD/EditorToolsReduced.xml" StripFormattingOptions="MSWordRemoveAll" EditModes="Design, Preview, HTML">

This will add an HTML tab next to the preview (bottom of the control) and you can enter your tag there.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, that did the trick!

Are there any plans to bring back the more elegant way to insert images from previous versions of Gemini, i.e. not having to manually code the HTML link?


Don
· 1
Don
helpful
0
not helpful

We will follow this up with Telerik, the makers of the control, and get back to you.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

This should be coming with the next release of the editor. We hope to integrate it when 3.7 is out.


Mark Wing
· 9108
Mark Wing