Welcome Guest, Not a member yet? Register   Sign In
popup data to edit in ckeditor
#3

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


Messages In This Thread
popup data to edit in ckeditor - by sumant - 05-11-2017, 03:29 AM
RE: popup data to edit in ckeditor - by neuron - 05-11-2017, 03:42 AM
RE: popup data to edit in ckeditor - by sumant - 05-24-2017, 04:40 AM
RE: popup data to edit in ckeditor - by InsiteFX - 05-11-2017, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB