I have a working widget, how do I use it with an editor text field
I have a working widget, how do I use it with an editor text field
obrienj
Posts: 93Questions: 38Answers: 0
I have a working widget which does address location using Google Maps (places) but I'm not sure how to use it with an editor"text" field.
Do you have an example of using a widget with an editor "text" field?
Regards,
Jim
This discussion has been closed.
Replies
Hi Jim,
Could you clarify what you mean by a widget please? Is it a Javascript library that attaches itself to a regular
input
field so that when you click the element it shows a map? If so, you can get theinput
element from an Editor field using thefield().input()
method.Allan