Paul359
(Paul Calhoun)
1
Is it possible to extend this component with some of the TextField UI events?
Specifically I need to add a Focus Listener to capture when a user clicks in the field so I can set an environment variable to target the editor.
so be able to include the addOnFocusListener method to the componenet.
If the is already a way to do this that I have not figured out I would be open to that solution as well.
Thanks !!!
Matti
(Matti Tahvonen)
2
Hi,
Adding support for focus event should be quite easy thing to add:
https://www.tiny.cloud/docs/advanced/events/#handlingeditorevents
cheers,
matti
Paul359
(Paul Calhoun)
3
You mean for US to add the support in the existing version ? Or something you will add in future versions?
If you mean US, then how would we go about making that change?