The forum operates in read-only mode. Please head to StackOverflow for support.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> #editable { line-height:30px; padding:5px; background:#f4f4f4; border:1px solid #222; margin-left:20px; position:absolute; width:200px; height:100px;} </style> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="../ckeditor-dev/ckeditor.js"></script> </head> <body> <br /><br /> <div id="canvas"> </div> <script> CKEDITOR.disableAutoInline = true; $( '#canvas' ).append( '<div id="editable" contenteditable="true">I\'m a text</div>' ); var editor = CKEDITOR.inline( 'editable' ); </script> </body> </html>
Piotrek (Reinmar) Koszuliński CKEditor JavaScript Developer -- CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: CKE fail to edit text when the text isn't carefully sele
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> #editable { line-height:30px; padding:5px; background:#f4f4f4; border:1px solid #222; margin-left:20px; position:absolute; width:200px; height:100px;} </style> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="../ckeditor-dev/ckeditor.js"></script> </head> <body> <br /><br /> <div id="canvas"> </div> <script> CKEDITOR.disableAutoInline = true; $( '#canvas' ).append( '<div id="editable" contenteditable="true">I\'m a text</div>' ); var editor = CKEDITOR.inline( 'editable' ); </script> </body> </html>Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKE fail to edit text when the text isn't carefully sele
http://youtu.be/vyWRjREk2nQ