wysiwyg - CKEditor 4.5 insert widget into other widget -


ckeditor 4.5 beta should allow nested widgets. http://ckeditor.com/blog/ckeditor-4.5-beta-released

can me figure out how can test nested widgets? i've downloaded 4.5 beta, created simplebox widget instructions in tutorial (but without 'allowedcontent' filters). still cannot put 1 widget inside editable of another. can clarify i'm doing wrong or point me correct example.

thank you!

the easiest way test nested widgets checking sample created development purposes. it's stripped packages, need clone repo.

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

and see file: ckeditor-dev/plugins/widget/dev/nestedwidgets.html.

it's nothing more image2 , placeholder plugins running simplebox. can check simplebox inside simplebox inside simplebox inside simplebox... ;)


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -