Question

Dans SharePoint 2010, j'aimerais insérer le contenu d'une page de site dans une colonne sur d'autres pages de site, de sorte que ces pages ont une colonne commune.Pensez-y comme une page Comprend une page sur un site HTML.

Je sais comment faire cela avec des listes, etc. En insérant une partie Web, mais je ne peux pas comprendre comment insérer le contenu d'une page de site.La partie Web de la page Viewer inclut tous les en-têtes et la navigation, donc ce n'est pas ce que je recherche.Je veux juste insérer le contenu d'une page dans une autre.

Je n'ai pas besoin de masse modifier chaque page de la bibliothèque ou (nécessairement) créer un modèle personnalisé avec ce contenu dans une colonne.J'aimerais juste savoir si c'est possible et comment faire le faire sur des pages spécifiques.J'utilise actuellement la Fondation SharePoint, avec des projets de mise à niveau.Et s'il vous plaît n'hésitez pas à suggérer une meilleure façon de le faire.

Était-ce utile?

La solution 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.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top