Hi ;
I have developed a custom richCombo plugin for CK Editor . I am able to add static items in the init method of the plugin .
But how do I add dynamic items to the combo which I want to add once the Editor is ready . I am getting access to the editor object once it is ready but how do I access the richcombo object/ custom plugin object from the editor to manipulate its list.
I have developed a custom richCombo plugin for CK Editor . I am able to add static items in the init method of the plugin .
But how do I add dynamic items to the combo which I want to add once the Editor is ready . I am getting access to the editor object once it is ready but how do I access the richcombo object/ custom plugin object from the editor to manipulate its list.
Re: getting reference of richcombo from ckeditor instance
Hi, I found a really good blog post about that here: http://www.kuba.co.uk/blog.php?blog_id=15