RE: Help example for the List box does not work
Hi Thomas,
this is most likely a remaining bug after the change of how the elements are portrayed from 7.5 to 8.x.
I agree that the documentation could (and should) be better, but if you inspect the element and see how it works, when changing a listbox it doesn't actually change the value, but instead changes the title. This is due to the listbox being both a dropdown and searchable element.
If I use this code:
javascript = onblur="alert('Some text')"
It will work when I press outside the listbox after having it focused.
If you require this an onchange to work, I advice you to add another element of type "HTML text with Parser and database" where in the body you can create your own jQuery and CSS snippets to fit your need.