Hello!
Sorry for my english.
Who can tell please how you can turn off the ability to remove empty elements without content.
For example:
<div> <h3>Hello!</h3> <p>text text text</p> </div>
So after remove text from tags "p" and "h3", just stay only template.And I could not remove the tags themselves.
For example:
<div> <h3></h3> <p></p> </div>
This is a perfect case for
This is a perfect case for the Widgets System which just few days ago we released in CKEditor 4.3 beta. We'll be publicizing tutorials in few days, which will give enough information to build a widget which you need.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
In the meantime you can check
In the meantime you can check code of this sample widget which we didn't include in official release, or an example of more complex one which we did include.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thank you very much, Reinmar,
Thank you very much, Reinmar, I'll wait for tutorials.
Hi Alex,
Hi Alex,
the tutorials have already been published -- see here! Looking forward to your feedback, too!
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!
Thank you, Anna. But I can
Thank you, Anna. But I can not understand how to write a complex structure of the widget. How to write parameter editables. For example: