Pregunta

En SharePoint 2010, me gustaría insertar el contenido de una página de sitio en una columna en otras páginas del sitio, por lo que esas páginas tienen una columna común.Piense en ello como una página incluye una página en un sitio HTML.

Sé cómo hacerlo con las listas, etc. Al insertar una parte web, pero no puedo averiguar cómo insertar el contenido de una página de sitio.La parte web del visor de la página incluye todos los encabezados y la navegación, por lo que no es lo que estoy buscando.Solo quiero insertar el contenido de una página en otra.

No necesito modificar masa cada página en la biblioteca, o (necesariamente) crear una plantilla personalizada con este contenido en una columna.Solo me gustaría saber si es posible y cómo hacerlo en páginas específicas.Actualmente estoy usando la Fundación SharePoint, con planes para actualizar.Y por favor, siéntase libre de sugerir una mejor manera de hacer esto.

¿Fue útil?

Solución 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.

Otros consejos

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 bajo: CC-BY-SA con atribución
scroll top