Pergunta

No SharePoint 2010, gostaria de inserir o conteúdo de uma página do site em uma coluna em outras páginas do site, para que essas páginas tenham uma coluna comum.Pense nisso como uma página inclui em um site HTML.

Eu sei como fazer isso com listas, etc. Ao inserir uma web part, mas não consigo descobrir como inserir o conteúdo de uma página do site.A página da página Viewer inclui todos os cabeçalhos e navegação, então não é isso que estou procurando.Eu só quero inserir o conteúdo de uma página em outra.

Eu não preciso de MASS Modificar cada página na biblioteca, ou (necessariamente) criar um modelo personalizado com este conteúdo em uma coluna.Eu gostaria de saber se é possível e como fazer isso em páginas específicas.Atualmente estou usando o SharePoint Foundation, com planos para atualizar.E por favor, sinta-se livre para sugerir uma maneira melhor de fazer isso.

Foi útil?

Solução 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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top