Does anyone have a simple dropdown list plugin so I can add custome text to an editor?
Basically I want a dropdownlist with
{{firstname}}
{{surname}}
{{company}}
etcf
I have looked at he docs and sample plugins but can't find one somebody has done before. thanks
I have found plenty of v3x examples but none for v4x
Custom Dropdown menu in CKEditor 4
Hi,
I have made this plugin, a custom dropdown for ckeditor 4, leave me a comment if you find it useful, or if you have any ideas for improving / evolving it.
Cheers,
Stuart.
Custom Dropdown for CKEditor 4
Hi,
I have made this plugin, a custom dropdown for ckeditor 4, leave me a commeng if you find it useful, or if you have any ideas for improving / evolving it.
Cheers,
Stuart.
Hi 57u,
Hi 57u,
great to see you took your time to create a CKEditor addon. Why don't you upload it to the Add-ons Repository? A forum thread will soon lose its visibility and will be much more difficult to find while all plugins from the repository can be browsed and installed easily by other users.
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
I have just added it to my github account and also submitted to the ckeditor plugin repository, and added all the necessary info :)
I will create a proper demo page this evening for completeness.
That's great, really! With
That's great, really! With CKEditor 4 we wanted to become more open to third-party development projects such as yours and it would be a pity if your effort was wasted due to the fact that the thread was forgotten. Thanks again!
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!
http://tizardsbriefcase.com
http://tizardsbriefcase.com/908/javascript/custom-dropdown-in-ckeditor-4
Links broken btw. Might want to pass the link on if you have moved it. "Google still loves you"
https://www.google.com/search?q=ckeditor+creating+dropdown+menus
how to add item of this custom dropdown dynamically?
This custom dropdown is working for me but my requirement is to add items dynamically. can someone help me out on this?