Show contents in Modal Popup
In SharePoint 2010 i've seen many people are using Modal Popup window开发者_如何转开发 to show list contents. How to achieve this in sharepoint 2010.
You want to look for information on the Dialog Framework.
This training module should help you get started: Module 10: Creating Dialogs and Ribbon Controls for SharePoint 2010
I think you are looking for the Shapoint 2010 ECMA Script Modal Dialog:
http://www.chakkaradeep.com/post/Using-the-SharePoint-2010-Modal-Dialog.aspx
精彩评论