Category: SharePoint
-
A better jQuery selector to hide a row in a SharePoint 2010 Edit Form
In the past, I had used this code to hide a row in a SharePoint Edit Form (EditForm.aspx): The problem with this is that if you have two fields that contain the text “Attendees” (For example “NewAttendees” & “OldAttendees”), then it matches both of them (this always seems to to be an issue for us).…
-
Using jQuery to change to the Items tab in a SharePoint 2010 list.
In my last post, I showed how to use a query string parameter to start a user out on the items tab of a SharePoint list. This is well documented, I just can’t seem to remember it (that is why I posted it!). I wanted to take it a step further and use jQuery to…
-
How to default to the Items tab in a SharePoint 2010 List
I wanted users to see the “Items” tab when the landed on a SharePoint 2010 list, rather than the “Browse tab”. The quick solution was to modify the link that points to the list, and append:
-
Replace the New Item button on a SharePoint 2010 list with jQuery
I have a SharePoint 2010 Business Data Catalog (BDC) pointing to our MS CRM 20111 back end. This is a good way to show paged views of the database. But at the top, there is still a “New Item” button. This does not make much sense for a BDC (or External list) without update queries.…
-
SharePoint 2010: How to access check permissions if site was not mounted with UpdateUserExperience
I am working with a site where we could not UpdateUserExperience when moving to 2010. I wanted to check a users permissions, but the icon was missing. To check a users permissions in 2010 with out an updated user experience, you visit : /_layouts/chkperm.aspx
-
My upgrade of SharePoint 2007 to 2010 “script”
One of my most recent projects was the migration of our intranet from SharePoint 2007 to 2010. Since we were going to change the name of the site, I was able to run through this “script” several times as practice to make sure I had everything correct. I decided to do a detach and attach…
-
PowerShell command to allow inline PDF viewing in SharePoint 2010
My users like to view PDFs in their browser on our SharePoint site. I needed to allow this in 2010: Here is the powershell to allow inline PDF viewing in SharePoint 2010
-
How to hide a field in a SharePoint EditForm.aspx page, append a replica, add a jQuery autocomplete, and put the selected value in the original field.
If you look at this old post, you can see a technique that I used to hide a form field, and then append read-only data after it. I wanted to use this technique to hide a field in a form, append a replica with a jQuery autocomplete, and based on the selected value from the…
-
Using jQuery to add a new item to the breadcrumbs at the top of a SharePoint 2010 site.
I wanted to add a bread crumb item to a sub site that pointed back to the home page. This is the jQuery code I used to insert it. This code also aadds the little arrow divider
-
Event calendar I used in my SharePoint 2010 intranet
This is more of a note for myself, but I thought I would post it anyway, since it my be useful to someone. I used the following event calendar on the front page of my intranet. Small, clean, worked well: Event-Calendar-Listing-Web-Part-SharePoint-2010
