Hello! I have put an .html file in the collection (files data) . What is an easy way to link this file to a button (and open it)? I need to open the file when i click the button? Can I use the link (component) ? thanks in advance. F.
Hello! I have put an .html file in the collection (files data) . What is an easy way to link this file to a button (and open it)? I need to open the file when i click the button? Can I use the link (component) ? thanks in advance. F.
Hello,
You should use action "Navigate to LInk" for any event.
thanks! but what link exactly?
Link to your file. If you place your file in root web_resources, then just myfile.html, if in another folder, then you should specify its name too (for example myDirectory/myfile.html)
Sorry to ask you one more question: how can I put my file.html in web_resources ?
I have to use the DATABASE collection? or exist a simpler way?
Hello,
Please look at this link:
http://docs.appery.io/documentation/p...
Thanks! Solved