Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find the available event list provided by CKeditor 4?

As title.

I tried to find the available event list in official doc but can't. Though I can find all available event from its source code by search .fire("/s+"). But it is not efficient because I still need to read the context to know where the event triggered.

Anyone know where I can find the event list? or How I can know the event name fired by specific object, e.g. widget, dialog definition, etc.. ?

Thanks.

like image 830
Jimmy Ko Avatar asked Jul 27 '16 12:07

Jimmy Ko


People also ask

How do I get CKEditor data?

If you need to get the actual data from CKEditor 4 at any moment using JavaScript, use the editor. getData() method as described above.

Where is CKEditor config file?

The main configuration file is named config. js . This file can be found in the root of the CKEditor 4 installation folder.


1 Answers

For CKEditor4, Go to this link and hover on the "Events" icon, you'll get all the events.

enter image description here

Hope this helps!

like image 53
David R Avatar answered Oct 23 '22 01:10

David R