Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I'm trying to display a PDF in the mashup. I know that most people suggest using Webframe and either linking the files from the FIleUploader Widget or create a repository. Is there a way to have a list of PDF names and once its clicked it shows the different PDFs in the Webframe widget.
Solved! Go to Solution.
The list of PDFs could just be the file listing in a repository.
As you click, you take the file link and bind the 'selected row' of that to the webframe
The list of PDFs could just be the file listing in a repository.
As you click, you take the file link and bind the 'selected row' of that to the webframe
I've actually decided to use a tree instead of a list. I put the webframe into a layout itself and it works but i dont like the header (download pdf, rotate pdf, or print pdf). I found a work around this by using a panel and have a label box cover the very top of the webframe, but as you change your screen size the webframe and label doesnt occupy the whole panel anymore. Is there a solution for this?
Thanks!
You can always go with a responsive design approach (i forget if we renamed it in 8.4 .. )