SharePoint

Highlight a list/library line item

I blogged on this a while back using a similar approach for MOSS 2007.  Here is a link to that post: https://www.saltypc.com/?p=99 Things have changed since then so here are the steps to set this up in 2013. You will need to reference jquery for this to work.  I prefer to download the minified script and… Continue reading Highlight a list/library line item

jQuery

jQuery Security….. Just hide it!

We had an issue come up about security with InfoPath forms.  One of the major issues was that we could restrict items in the view, but if you used explorer view, all of the security would be bypassed.  To counter this, we use a CEWP and the following jQuery script: HideViewsScript Please note, you will… Continue reading jQuery Security….. Just hide it!

List

Adjust Width of SharePoint Columns

SharePoint lists and libraries are great.  However, you may have noticed that sometimes, the column width on certain items just looks funky.  To remedy this, all you need to do is add a little javascript. Go to the list or library that you want to resize and add a Content Editor Web Part. From the script… Continue reading Adjust Width of SharePoint Columns

List · SharePoint

Highlight line items in a SharePoint list

This is actually a very simple process and only requires a small amount of javascript to do the job. Follow these steps and your will be highlighting in no time!!! Go to your list to be highlighted Edit Page Add a Content Editor Web Part Move the CEWP to the bottom of the page Click… Continue reading Highlight line items in a SharePoint list