Talk:AddRichTextEditorToCustomField/@comment-199.107.16.123-20150828143354/@comment-199.107.16.123-20150828143702
Jump to navigation
Jump to search
Oh my code block got horribly mangled. Let's try that again.
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.