Hi,
I wonder how to add additional information, like a link or a picture to a radiobutton or a checkbox. Is this possible? My radios and checkboxes are created dynamically from xml (database select).
Greetings
Hi,
I wonder how to add additional information, like a link or a picture to a radiobutton or a checkbox. Is this possible? My radios and checkboxes are created dynamically from xml (database select).
Greetings
Nobody any idea?
Hi,
place html into the label attribute:
<item type=“checkbox” … label="<img src=‘some.gif’ … >">
You need to encode < to < and > to gt; inside an attribute to get xml correct.