문제

SharePoint 2010에서 사이트 페이지에서 다른 사이트 페이지의 열에 내용을 삽입하고 있으므로 해당 페이지에는 공통 열이 있습니다.HTML 사이트의 포함 페이지와 마찬가지로 생각해보십시오.

웹 파트를 삽입하여 목록 등 으로이 작업을 수행하는 방법을 알고 있지만 사이트 페이지의 내용을 삽입하는 방법을 알아낼 수 없습니다.페이지 뷰어 웹 파트에는 모든 헤더와 탐색이 포함되어 있으므로 찾고있는 것이 아닙니다.한 페이지의 내용을 다른 페이지로 삽입하고자합니다.

라이브러리의 모든 페이지를 대량 수정하거나 (필수적으로) 한 열 에서이 콘텐츠로 사용자 정의 템플리트를 만듭니다.나는 가능한지 여부와 특정 페이지에서 수행하는 방법을 알고 싶습니다.현재 SharePoint Foundation을 사용하고 있으며 업그레이드 계획이 있습니다.그리고이 작업을하는 더 좋은 방법을 자유롭게 제안하십시오.

도움이 되었습니까?

해결책 2

Some additional searching led to the answer to this question. To embed one SharePoint page into another, do the following:

  1. Create your shared content page
  2. On the page where you want to insert the shared content, add a column by Editing the page and then clicking Text Layout.
  3. Go to Insert on the Ribbon and click Site Pages.
  4. Edit the Site Pages web part (which is list of all pages at this point).
  5. Under Toolbar Type (on List Views) choose 'No Toolbar.'
  6. Under Appearance, change the Chrome to 'None.'
  7. Click Edit Current View and check Wiki Content. Uncheck all other columns.
  8. Under Filter, change the Column drop down to Wiki Content and change contains to some unique text in your page.
  9. Under Tablular view, uncheck the box to 'Allow individual item checkboxes.'
  10. Under style, choose 'Newsletter, no lines'.

That should be it!

Also, you're probably better off going to to the Site Pages itself and creating a custom view with the above parameters. Then it's easier to drop into various pages without having to make all changes every time.

I like the fact that with this method, you can update your shared page and it updates everywhere. Good stuff.

다른 팁

This might not be exactly what you're looking for, but it's a bit closer:

Try appending ?IsDlg=1 to the URL (or &IsDlg=1 if the URL already has a query string) when using the Page Viewer web part. You'll end up with a horisontal bar along the top but that might be ok for your requirements.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top