Trigger / send the value of all child widgets of a given fragment from parent

I have a tabbed panel and want to send all the values of the widgets in a fragment that are contained in a tab once that tab is possible. Is there a rapid fire way to do this? Thanks in advance!

Something like this in a script should do

stateSet(stateGet('fragment_id'))

Yep. That did the trick. Thanks!