This is how you use the CKeditor.
I use bootstrap so the code will be a little bit different.
Code:
<!--CKEditor, you just need to include the plugin(see at the bottom of this page) and add the class 'ckeditor' to your textarea-->
<!--More info can be found at http://ckeditor.com -->
<div class="form-group" >
<!--<label class="control-label" for="textarea-ckeditor" > CKEditor</label > -->
<div class="col-md-12" >
<textarea id = "textarea-ckeditor" name = "textarea-ckeditor" class="ckeditor" ></textarea >
</div >
</div >
<!--add before closing body and html tags-->
<!--ckeditor.js, load it only in the page you would like to use CKEditor -->
<script src = "<?php echo asset('admin/plugins/ckeditor/ckeditor.js');?>" ></script >
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )