Category: css

How to format numbers with commas in SharePoint Dataview (using decimal-format functionality)

In a dashboard project we had to display certain valuta fields that came from a SQL-SERVER table.Those fields had following formatting: 139367709,8800 0,00000,00 51345998,3700 The goal was to display them as European style valuta: 139.367.709,88 0,00 51.345.998,37 To format those numbers to numbers with commas in SharePoint Dataview I used the xslt format-number() function Result was empty …


Remove original message from a SharePoint discussion forum reply via jquery

Someone on the MSDN forum asked how to remove the original message when replying to a thread.
That smelled like a jquery job to me!!Here is the code.


Set the width of multiple lookup fields in SharePoint via jQuery

Hide the SharePoint 2010 Search box via CSS

Every page in SharePoint has a search box on the right upper side. If you want to hide the SharePoint Search box on one page, add a Content editor webpart with following CSS.


Hide the SharePoint ribbon on a page via simple CSS

On some pages I just want to hide the SharePoint ribbon. Right now I am working in a multinational who has a lot of different technologies at their disposal: Fill-in forms all have a very uniform look&feel, no matter what technology is behind it. When you want to make them in SP2010, the SharePoint ribbon …


Free fix for view selection on pages with more then 1 webpart in SharePoint 2010

Hide Recently modified items in SharePoint 2010 wiki

What are you talking about ? In SharePoint 2010, when you are working with a wiki or Site Pages library, a new menu appears on the quick launch navigation telling you which documents were recently modified. That is great to know, but if you are using the library for publishing purposes, your end-users don’t need …