CKEditor 4.5 insert widget into other widget

前端 未结 1 1571
小鲜肉
小鲜肉 2021-01-25 05:50

CKEditor 4.5 Beta now should allow nested widgets. http://ckeditor.com/blog/CKEditor-4.5-Beta-Released

Can you help me to figure out how can I test nested widgets? I\'ve

相关标签:
1条回答
  • 2021-01-25 06:04

    The easiest way to test nested widgets will be by checking a sample that I created for development purposes. It's stripped from the packages, so you will need to clone the repo.

    git clone https://github.com/ckeditor/ckeditor-dev.git
    git co major
    

    And then see this file: ckeditor-dev/plugins/widget/dev/nestedwidgets.html.

    It's nothing more than the image2 and placeholder plugins running together with the simplebox. You can also check simplebox inside simplebox inside simplebox inside simplebox... ;)

    0 讨论(0)
提交回复
热议问题