Page 1 of 1

Trouble adding a Page View Webpart to Tab

Posted: 29 Mar 2017
by tharais
Hello,

I'm trying to add a Page View webpart to a tab form and not having much success.. (SP2013, btw.. oh.. and FYI..im using this to display the contents of a network share folder and not another webpage..)
It may be that the PVWP requires an iframe ..

I've read and used the examples in the forum for the HTML <div> tag and associated JS code to detach and append the that area.
The WP is still displaying at the end of the page and not in the tab..

Any initial thoughts for me to try?

Thanks for the help..

TJ

Re: Trouble adding a Page View Webpart to Tab

Posted: 30 Mar 2017
by Dmitry Kozlov
Hi!

You can just put an HTML-control onto your form and insert the following content:

Code: Select all

<iframe src="{URL to an external resource}" ></iframe>
This is exactly what the Page View web part does.

Re: Trouble adding a Page View Webpart to Tab

Posted: 30 Mar 2017
by tharais
Great.. thanks Dmitry..

I'll test it and let you know if I'm still having issues.

appreciate the quick response.

TJ