div.DTE_Field_Info onClick
div.DTE_Field_Info onClick
martin@mp-networks.net
Posts: 5Questions: 2Answers: 0
in Editor
Hi,
I try to handle a onClick Event on an div.DTE_Field_Info Element in Editor...but it doesn't work...
Can you help me?
This discussion has been closed.
Answers
How are you attaching the event listener? You might want to try using the
field().node()
method to get the node for the element:Allan