Page 2 of 2

Re: CKeditor with ISC

Posted: Fri Oct 05, 2012 9:14 am
by lemnisk8
To use with ISC 6.1.8+
Edit the EditorTinyMCECommon.html file to


<script type="text/javascript" src="{{ AppPath|raw }}/ckeditor/ckeditor.js?{{ JSCacheToken }}"></script>
<textarea name="{{ WysiwygId|raw }}" id="{{ WysiwygId|raw }}" style="padding: 0; width: {{ WysiwygWidth|raw }}; height: {{ WysiwygHeight|raw }};">{{ WysiwygValue|raw }}</textarea>
<script type="text/javascript">
CKEDITOR.replace( "{{ WysiwygId|raw }}");
</script>

Cheers