Page 1 of 1

Send data between pages?

Posted: Thu Dec 06, 2012 9:18 am
by Fredrik Lindblom

I have a list of buttons with topics from an RSS feed. Now I just can't figure out how to send the data of the full post of the given topic to the next page when clicking on the button.


Send data between pages?

Posted: Thu Dec 06, 2012 11:10 am
by Kateryna Grynko

Hello Fredrik,

You can save data of the full post to invisible label (you can place it near the button in grid). On button click you can save label text in the local storage variable. Then you can display saved local storage variable value on another page.


Send data between pages?

Posted: Thu Dec 06, 2012 2:37 pm
by Kateryna Grynko

Send data between pages?

Posted: Thu Dec 06, 2012 2:38 pm
by Fredrik Lindblom

Thank you. That solved my problem.