Welcome Guest, Not a member yet? Register   Sign In
How to integrate CKEditor with CodeIgniter 4?
#1

How can CodeIgniter 4 be integrated with CKEditor? Can you provide an example tutorial?
Reply
#2

Well, nothing special. Just insert the JS file of CKEditor into your head section and for the rest I use it like:

PHP Code:
<textarea class="form-textarea" name="my_content" id="my_content"></textarea>
  <script>
    CKEDITOR.replace'my_content' );
  </script
Reply




Theme © iAndrew 2016 - Forum software by © MyBB