Welcome Guest, Not a member yet? Register   Sign In
Submitting data from ckeditor tags are cut
#4

[eluser]InsiteFX[/eluser]
You do not need all of that here is how to load ckeditor just using a css class.

Code:
<!-- Textareas and Editor Content -->                                                       |
<form action="contoller/method" method="post" class="form-horizontal" false;">

    <!-- CKEditor, just add the class 'ckeditor' to your textarea -->
    <!-- More info can be found at http://ckeditor.com -->
    <div class="form-group">
        <label class="col-md-2 control-label" for="textarea-editor">CKEditor</label>
        <div class="col-md-10">
            &lt;textarea id="textarea-editor" name="textarea-editor" class="ckeditor"&gt;&lt;/textarea>
        </div>
    </div>

&lt;/form&gt;

false in the form tag should be on submit return false you know how it goes

Simple to load it.

If you need to add anything add in the ckeditor/config.js file


Messages In This Thread
Submitting data from ckeditor tags are cut - by El Forum - 08-29-2014, 07:49 AM
Submitting data from ckeditor tags are cut - by El Forum - 08-29-2014, 08:01 AM
Submitting data from ckeditor tags are cut - by El Forum - 08-29-2014, 08:10 AM
Submitting data from ckeditor tags are cut - by El Forum - 08-29-2014, 04:08 PM
Submitting data from ckeditor tags are cut - by El Forum - 08-29-2014, 11:34 PM
Submitting data from ckeditor tags are cut - by El Forum - 08-30-2014, 12:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB