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.
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.
Share Improve this question edited Jul 27, 2016 at 12:20 Jimmy Ko asked Jul 27, 2016 at 12:01 Jimmy KoJimmy Ko 8771 gold badge8 silver badges20 bronze badges 16- 1 Have you checked this thread? – n0m4d Commented Jul 27, 2016 at 12:09
- 4 Someone has updated the list in [link]ckeditor.com/forums/CKEditor-3.x/Event-List) in another thread. Unfortunately the diffpaste.com is down. – David R Commented Jul 27, 2016 at 12:13
- 3 @JimmyKo I found another thread that seems promissing. Try this one and tell us if it suit your needs – n0m4d Commented Jul 27, 2016 at 12:15
- 3 @JimmyKo For CKEditor4, Go to this link, docs.ckeditor.com/#!/api/CKEDITOR.editor and hover on the "Events" icon, you'll get all the events. – David R Commented Jul 27, 2016 at 12:21
- 2 @JimmyKo I'd say it depends. If what you want is Dom events, like blur, click and key up for instance, than that's correct. But, if what you want are specific events for the ckeditor, than that would not be the case. – n0m4d Commented Jul 27, 2016 at 12:21
2 Answers
Reset to default 23For CKEditor4, Go to this link and hover on the "Events" icon, you'll get all the events.
Hope this helps!
With the new UI of the CKEditor documentation website you can now find it at this link