Introduction

This blog is mainly focused on SharePoint
I will use this to store and share all the tips and tricks about SharePoint and the related products
List of all posts

SharePoint 2010: Adding a dialog in QuickLaunch


Topic To add a link that will open like a sp dialog use this code
Code
javascript:function tzdialog(){SP.UI.ModalDialog.showModalDialog({url:'/Lists/myList/NewForm.aspx?RootFolder=', title:'MyTitle'})}tzdialog();

No comments:

Post a Comment

by Category