-
Creating Accessible Modal Dialogs
In the previous article we have seen what 'Modal Dialogs' are, and how can we create simple dialogs. Basically we create a modal dialog by calling a JavaScript function in the href attribute of an anchor tag. <a href="javascript:OpenPopUpPage();">Open Dialog</a> Modal Dialogs created using this approach are not accessible. What...
-
Using Modal Dialogs in SharePoint 2010
Overview Modal Dialogs are one of the new features provided by SharePoint 2010. It's the dialog framework provided by the JavaScript client object model. Modal Dialogs can fetch data from anywhere and display it over the page. One good feature about the Modal Dialogs is, there won't be any navigation...
-
CAML Query to Include Time Value in DateTime comparisions
The Collaborative Application Markup Language (CAML) query is an XML based language used for filtering and/or sorting data from a list within a SharePoint portal . This is often used in custom webparts and controls while retrieving data. Let's say, we need to read all the items from a list...
-
Developer Dashboard in SharePoint 2010
The Developer Dashboard is a new feature of SharePoint 2010 that is designed to give details and reports about the operations going on behind the scenes when a page is loaded. It breaks the statistics into various components and gives detailed information. Using the developer dashboard we can get the...