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.




Using custom html or snippets or templates as default in RAD editor

web-app

Hi,

Is there any way that when someone creates a new issue or edits one, that a customized default form could be used for the issue description. The feature of using snippets or applying a template to the RAD editor aread for the issue details is exactly the type of thing I want to do, but i want it to be the default when anyone creates a new issue or edits one. Is there a way to do that through customizations? I read through both the Gemini & RAD manuals and couldn't see a way to do that.

 

thanks much!

bgillette
· 1
bgillette
Replies (5)
helpful
0
not helpful

Yes, you can do this by changing the RichTextCtrl.ascx file (under the issue directory).

Put your custom text between the <radE:RadEdittor>.

Note that this will be the default for all new comments & issue descriptions.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanx, for the tip.

Is it possibly to add text that cannot be overwriting or edited by creator of an Issue?

TIA

Leo


Staalman
· 1
Staalman
helpful
0
not helpful

I don't think so. You may want to check the RAD user guide, which is included within Gemini.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

This should be possible by specifying the unselectable="on" attribute on a HTML element, e.g:

<div>
  this can be edited
  <div unselectable="on">
    this can't be edited
  </div>
  this can be edited
</div>

 

Best regards,
Martin


mbischoff
· 1
mbischoff
helpful
0
not helpful

I'd also like this functionality, but I haven't figured out a way to do it.


JamesLAB
· 1
JamesLAB