martinh
-
5/26/2009 10:32:35 AM
RE:Shared content
Hi Randar,
Yes, exactly, for the first case, you just need to place the editable text web part to the master page.
If you want to do this anywhere, per template basis, you would need to place on the template the repeater web part with specific transformation, pointing to the specific document (or the dynamic path based on the current context) and you can display content of any document anywhere. You can also use API to get that value, but I would say the solution with repeater is easirer, it gives you all the caching and other possibilities out-of-the-box and it can be done directly from the UI, without the need to write any code.
|