<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=AddRichTextEditorToCustomField</id>
	<title>AddRichTextEditorToCustomField - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=AddRichTextEditorToCustomField"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=AddRichTextEditorToCustomField&amp;action=history"/>
	<updated>2026-08-22T01:06:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=AddRichTextEditorToCustomField&amp;diff=69&amp;oldid=prev</id>
		<title>Admin: 5 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=AddRichTextEditorToCustomField&amp;diff=69&amp;oldid=prev"/>
		<updated>2016-04-06T20:03:12Z</updated>

		<summary type="html">&lt;p&gt;5 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Several days ago I downloaded Request Tracker to evaluate it as Project Managemnet / Bug Tracker / Helpdesk / Knowledge Management and Collaboration platform for a new service. Yes, I needed all in one. I was astonished by the flexibility of RT 4.0.2. It provides all of the above mentioned functionality a startup business would need.&lt;br /&gt;
&lt;br /&gt;
However I did not find a Rich Text editing textarea CustomField type?!?! How a splendid tool like RT misses such &amp;quot;&amp;#039;&amp;#039;native&amp;#039;&amp;#039;&amp;quot; feature?&lt;br /&gt;
After grepping for a day, playing with Articles and looking at the source I got (I think so) the application layout and architecture.&lt;br /&gt;
&lt;br /&gt;
The Tickets already provide Rich Text editing functionality. The used editor is [http://ckeditor.com/ CKEditor]. So there should be an easy way to add RichTextCustomFields functionality.&lt;br /&gt;
&lt;br /&gt;
The most simple solution is to copy the EditCustomFieldText template from /whereyouinstalled/rt4/share/html/Elements/ to /whereyouinstalled/rt4/local/html/Elements/ and edit it so it start rendering as a CKEditor box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is my snippet from local/html/Elements/EditCustomFieldText.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; &lt;br /&gt;
   %# RichText editing of values &lt;br /&gt;
   %# for CustomField with ID 1 only please.&lt;br /&gt;
   % if($CustomField-&amp;gt;Id == 1) {&lt;br /&gt;
     &amp;lt;script&amp;gt;&lt;br /&gt;
      CKEDITOR.replace( &amp;#039;&amp;lt;%$NamePrefix . $CustomField-&amp;gt;Id%&amp;gt;-Values&amp;#039; );&lt;br /&gt;
     &amp;lt;/script&amp;gt;&lt;br /&gt;
   % }&lt;br /&gt;
   &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Thats it.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>