How can I detect a click on a field in the Editor?
How can I detect a click on a field in the Editor?
obrienj
Posts: 93Questions: 38Answers: 0
I would like to perform some function when a field in the Editor popup is clicked.
How can I do this?
Regards,
Jim
This discussion has been closed.
Answers
Use
field().input()
to get the input element and then use a standard jQuery event listener. The full searchable API is available here.Allan