PopList Userdata
Posted: Sun Aug 16, 2015 9:26 am
Hello,
I've tried the above, but been unable to .Get userdata when an item is selected and populated into .Contents. I am assuming that PopList was never meant to work this way. In the context that I am trying to make use of this gadget it does kind of render it useless - I do need to be able to do different things depending on what is selected from the list.
Code: Select all
<poplist id="exampleid">
<item userdata="123">Number</item>
<item userdata="ABC">String</item>
<Item userdata="123ABC">Alphanumerical</item>
</poplist>