Domanda

In SharePoint 2010, vorrei inserire il contenuto da una pagina del sito in una colonna su altre pagine del sito, quindi quelle pagine hanno una colonna comune.Pensa a questo come una pagina include su un sito HTML.

So come farlo con gli elenchi, ecc. Inserita una web part, ma non riesco a capire come inserire il contenuto di una pagina del sito.La web parte del visualizzatore di pagine include tutte le intestazioni e la navigazione, quindi non è quello che sto cercando.Voglio solo inserire il contenuto di una pagina in un altro.

Non ho bisogno di modificare in massa ogni pagina nella libreria o (necessariamente) creare un modello personalizzato con questo contenuto in una colonna.Mi piacerebbe solo sapere se è possibile e come farlo su pagine specifiche.Attualmente sto usando SharePoint Foundation, con i piani per l'aggiornamento.E non esitate a suggerire un modo migliore per farlo.

È stato utile?

Soluzione 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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top