I have problem with widgets in CKEditor 4.3. How to allow widget insert other widget?
For example:
First widget has title and content. Second widget has left panel and right panel. How I can put second widget into first widget?
Thanks!
这还不可能。在 CKEditor 4.3 中处理第一个小部件系统实现时,我们不得不阻止嵌套小部件的可能性。
我为此功能报告了一张票。但是,可能需要几个主要版本才能消除此限制,因为这是一件非常复杂的事情。
编辑:由于CKEditor 4.5.0 Beta可以嵌套小部件。如果您想快速测试它,请检查CKEditor 4.5 insert widget into other widget。