SharePoint 2010 Dev TidBit - Want to create your own dialog?

1 min read

SharePoint 2010 has a new dialog framework that makes it easy to create a new item in a list. You just need to use JavaScript on an application page


Seen the new dialog framework in SharePoint 2010? You know, when you want to create a new item in a list, a dialog appears. It’s actually real easy to create a new dialog… you just have to get your hands dirty with some JavaScript.

The quickest way to show this is with an application page:

Create Dialog

Create Dialog

When you click the button, poof, you get a dialog!

Create Dialog

Create Dialog

Share this article

Feedback & comments