Forum
List/Details pages
Hi,
On one of our pages (which is based on a masterpage) we need a field that will be displayed in a listing of all of the pages, but will not be shown on the page itself. Essentially, its a field called "ListDescription".
I've seen examples of List/Details setups, sometimes using the same page for both the list and the details - this is not going to take that approach. It's going to be a list of pages, with a click through to each page.
Any advice would be greatly appreciated.
Regards, Al
Add the field to the master template with the
suppress="true"
attribute so it can be edited. Use it without the suppress in the listing.