Welcome Guest, Not a member yet? Register   Sign In
Ckeditor lost posting data
#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


Messages In This Thread
Ckeditor lost posting data - by gabrielbaroni - 09-15-2016, 08:53 AM
RE: Ckeditor lost posting data - by Diederik - 09-16-2016, 06:40 AM
RE: Ckeditor lost posting data - by InsiteFX - 09-16-2016, 07:24 AM
RE: Ckeditor lost posting data - by gabrielbaroni - 09-18-2016, 05:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB