Tab container

1
I’ve Two tab container A and B .The A tab container is having  the checkbox  In that checkbox I have created the boolean attribute ,I made the checkbox value true and then I’m navigated to the B tab container. If I’m coming back to the A tab container  the value of the checkbox has to be change to false  automatically. How can I achieve this ?
asked
2 answers
0

Hi Mohamed Rasik,

have you tried to use “On leave” event in the checkbox properties? You can cancel changes there.

answered
0

Hi Mohamed,

 

It sounds like you may not be committing the changed boolean value and/or you have the ‘refresh on show’ setting of your tab page set to ‘Yes’.

Changing either one of these settings should allow the data to be the same when you return the to tab page as when you left it.

 

Hope this is helpful,

Danny Kumpf

answered