When developing a site or application page in SharePoint the ribbon control will typically be excluded from the modal display since it is outside of the modal dialogs rendered output (see SharePoint CSS class s4-notdlg). In most cases this is just fine, except that, if you want to display SharePoint notification toast’s you won’t see them, … Continue reading Display Status Notification Toast in a SharePoint Modal Dialog
SharePoint: Passing Parameter Data to a Modal Dialog and IE7
When calling a modal dialog in SharePoint 2010 you can pass parameter data to it as shown below; And in your dialog code you can retrieve the parameter data using the following; Recently when working with IE7 I found that this wouldn’t work, the value of the dialogArgs variable (above) was undefined. Since in my … Continue reading SharePoint: Passing Parameter Data to a Modal Dialog and IE7