Image in AutoComplete Widget

1
How to add image in AutoComplete Widget . According to the documentation examples it should be possible to show images (examples with country are provided in the documentation).   Thanks in advance.
asked
1 answers
1

the widget autoComplete interprets html, so you can do something like that : 

 

<img src="/img/YourModule$Images$yourimg.jpg">

 

answered