Welcome Guest, Not a member yet? Register   Sign In
ckeditor & form validation
#2

[eluser]fesweb[/eluser]
Disclaimer: I've never used the ckeditor helper/library, so I can't help with that aspect of things.

I use ckeditor for jquery, so you treat the textarea as a textarea and apply the CKEditor via jQuery.
Code:
[removed]
$(document).ready(function(){
    $('textarea.editor').ckeditor();
});
[removed]
<textarea name="my_text" class="editor"><?php echo set_value('my_text', ''); ?></textarea>


Messages In This Thread
ckeditor & form validation - by El Forum - 04-06-2011, 05:56 PM
ckeditor & form validation - by El Forum - 04-06-2011, 09:13 PM
ckeditor & form validation - by El Forum - 04-07-2011, 06:23 AM
ckeditor & form validation - by El Forum - 04-07-2011, 07:30 AM
ckeditor & form validation - by El Forum - 04-07-2011, 10:19 AM
ckeditor & form validation - by El Forum - 04-07-2011, 11:51 AM
ckeditor & form validation - by El Forum - 04-07-2011, 12:03 PM
ckeditor & form validation - by El Forum - 06-12-2011, 08:00 AM
ckeditor & form validation - by El Forum - 06-12-2011, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB