Talk:AddRichTextEditorToCustomField/@comment-199.107.16.123-20150828143354: Difference between revisions
Jump to navigation
Jump to search
(Created page with "I'm on RT 4.12. I've copied the file as indicated [root@rt Elements]# pwd /opt/rt4/local/html/Elements [root@rt Elements]# ll total 4 -rw-r--r--. 1 root root 2973 Aug 2...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:52, 6 April 2016
I'm on RT 4.12. I've copied the file as indicated
[root@rt Elements]# pwd /opt/rt4/local/html/Elements [root@rt Elements]# ll total 4 -rw-r--r--. 1 root root 2973 Aug 28 10:21 EditCustomFieldText And placed the version 4.2.5 code before the <%INIT>.
Then did -- rm -Rf /usr/local/rt4/var/mason_data/obj/*
name="<%$name%>" class="CF-<%$CustomField->id%>-Edit"><% defined($Default) ? $Default : %></textarea> % } % if ($CustomField->Id == 6) {
<script> CKEDITOR.replace( '<%$name%>' ); </script>
% } <%INIT>
- XXX - MultiValue textarea is for now outlawed.
But no changed in my wikitext area.
Am I missing something? Can anyone confirm this works for them in 4.2.12?