I've got a tabs container and a checkbox on one of the tabs. The checked items in the checkbox are read from a database table just like the LOV. The user can check and uncheck items and save his edits to the database table by clicking a button that fires an dynamic action.
My Problem is: When doing changes on the checkbox and not saving them by clicking the button, the checkbox will stay like this when changing tabs, but I want it to show the data like it is in the db as soon as the tab with the checkbox is chosen.
Can I put an onclick listener on the tab element and fire a dynamic action? -->
I guess it should be possible by selecting the element by jQuery but I didn't have success with it yet :-(