Solved
Select items in widgets with JS
Who can I select items in widgets like "select" or "list" via javascript?
I want to achieve something like, click a next button and select the next item in a list.
Can I somehow utilize the "clickitem" event, or simulate a click otherwise to select a specific item in the list?

