Is it possible to have a fixed structure for the HTML using CKEditor. For example, HTML5 placeholders are shown in editor as user hints so user know where to enter what content. Further, it should be possible that user shouldn't be able to change the structure.
An example structure may look like this and placeholder text is shown till user enters the text.
<h1>Title Only</h1>
<section id="intro"> .... </section>
<section id="details"> ... </section>
<section id="footer"> ... </section>
As mentioned above, user shouldn't be able to change the structure/order of the sections.
Try using CKEditor's widgets.
Try using CKEditor's widgets...
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
See also my more in-depth
See also my more in-depth answer at StackOverflow: http://stackoverflow.com/questions/27268271/ckeditor-fixed-html-structure
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks @Anna and @sebstefanov
Thanks @Anna and @sebstefanov. Appreciate your help!