質問

SharePoint 2010では、サイトページから他のサイトページの列にコンテンツを挿入したいので、それらのページには共通の列があります。HTMLサイトの「含む」ページのように考えてください。

Webパーツを挿入することで、リストなどでこれを行う方法を知っていますが、サイトページの内容を挿入する方法を理解することはできません。ページビューアWebパーツには、すべてのヘッダーとナビゲーションが含まれているため、私が探しているものではありません。1ページの内容を別のページに挿入したいだけです。

私はライブラリ内のすべてのページを大量に変更する必要がありません。(必ず)このコンテンツを1つの列にカスタムテンプレートを作成してください。私はそれが可能であるかどうか、そして特定のページでそれをする方法を知っています。私は現在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