It seems that I cannot have both Checkboxes and Images on a popup menu. Is that true?
I come to this conclusion by having a working popup menu with images then setting the checkboxes property of the menu to true and see the images go away.
So these characteristics are mutually exclusive???
Hello,
You can render check box and image together when you enable check box selection of menu and in text of item you put text in Text =”<img src=’image’/>TEXT” property. In value of the text you can put HTML elements that will be render propely.
Thanks
Ivan Baev