I'm using the card layout to create my app, 2 of my cards are shearing the same information (in one you enter data to textarea and in the other the data is printed). The data is been saved in the Frame. I have added a refresh function to the second card that get the value and print it, But I don't know how to trigger it.
Is there any event that can be bind to this function? Or any other way to get to the card functions from the frame (so I can trigger it every time I show the card)?
Thanks'