Sunday, January 27, 2008

Custom List View Style in MOSS 2007

A description of list view style xml structure can be found at msdn http://msdn2.microsoft.com/en-us/library/ms916812.aspx. I will explain here how to modify the view style such that a column containing bullets is added in the style.

Open document at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\XML\VWSTYLES.XML. It contains definition of several list view styles provided by default in MOSS 2007 using Collaborative Application Markup Language (CAML).










While rendering the view to a browser, all elements are parsed and converted to simple HTML tags. Thus to add a column we need to add HTML tags rather than CAML tags. To add the mentioned column, I modified <ViewHeader> and <ViewBody> sections. The view finally looks as displayed below:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...