Hi, dear CKEditor guys,
I am new to CKEditor. My responsibility is to find an extenable editor that enables me to add
- functionality to the editor via plugin (which is the case here in a very fine way)
- call JavaScript functions from the inlineDom of the editor content (?)
Meanwhile I realize that there is a fantastic API for developing an integrating custom plugins - awesome, CKEditor!!!
Here is where I would need your guidance, and I hope you can help me find the right way:
On researching on how to implement a "onclick()" functionality on an HTML element, Google shows me impressively that I am far from being the first one to ask this question :-) Unfortunately, I didn't find a working solution. Does anybody know of a working solution? My goal would be to open a lightbox completely independent from the editor...
But there is an interesting functionality I experience: when double-clicking on an image or on an anchor tag, the respective dialog box opens and the content can be edited. But I didn't find any information on that function yet. Does it work with the basix HTML tags (like a, img) or can I define my own tags - like <smarty> or <img data-attr="myDef"> for example - and make the editor react to that tag?
Thanks for your tips and hints!
Best greetings!
Robert