CKeditor with ISC

Modules, Add-ons and custom code that's more than just a quick hack or Mod.
lemnisk8
Posts: 3
Joined: Fri May 04, 2012 9:05 am

Re: CKeditor with ISC

Post 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
Post Reply