Welcome Guest, Not a member yet? Register   Sign In
Ckeditor lost posting data
#1

hi guys, i need help...

C.I don't get the post data after send with ckeditor, but textarea without id(ckeditor) are sending normal


please someone can help me?
Reply
#2

Most common mistake is that the textarea does not have a name attribute.
Reply
#3

PHP Code:
<!-- CKEditoryou 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="col-md-2 control-label" for="textarea-ckeditor">CKEditor</label>
 
   <div class="col-md-10">
 
       <textarea id="textarea-ckeditor" name="textarea-ckeditor" class="ckeditor"></textarea>
 
       <div class="help-block"><code>.ckeditor</code></div>
 
   </div>
</
div>


<!-- 
ckeditor.jsload it only in the page you would like to use CKEditor -->
<
script src="js/ckeditor/ckeditor.js"></script
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

guys thanks a lot for answer my topic.
the error was caused by the server, which had some blocking MOD
Reply




Theme © iAndrew 2016 - Forum software by © MyBB