|
Browse by Tags
-
In this post I’ll show you the quick steps how to extend the Data View Web Part (DVWP) with help of a jQuery plugin named DataTables. The DVWP can connect to a SharePoint list and you can use it for example to display content in tabular view from a SharePoint...
-
I was looking at some requirements from a client for their new SharePoint 2013 Intranet, and one that caught my eye was desire to have Feature images on the top navigation. The requirement was to have a dynamic top navigation, controlled using the SharePoint...
-
SharePoint 2013 ships with a rich search experience. One part of that experience is providing search query suggestions. Unfortunately those suggestions are not available for anonymous users. So what to do if you want query suggestions on your public facing...
-
In this post I’ll show you how you can retrieve something from the current user’s profile and then do something based of its value with a little help of jQuery and CSS. In this example I have used a typical AD field (office) that are imported into SharePoint...
-
While customizing an “add new item” form, you might find yourself needing to manipulate form elements via jQuery. However, before you can do that you must and an #id or .class to the elements in question. I will be adding an #id in this demonstration...
-
Get the code / Look for the highlight area InfoPath 2010 is a great tool. However, while building forms in InfoPath it’s only a matter of time when you have a user requirment that InfoPath alone simply will not do. In that case you might have a...
-
Let’s say you wanted to hide/show a specific textbox only if a specific checkbox has been selected. You can use jQuery to do this via SharePoint Designer 2010 How can I validate a textbox using the PreSaveAction() How do I: Create a simple form...
-
Building forms using SharePoint Designer can be a bit tricky at times. What if you wanted to a text box to show only if a certain radio button value is selected? This video will show you how I acheived this using jQuery. Get the code This post might also...
-
Using jQuery to hide form elements based on drop-down value. Read More...
-
In this article I show you how the well-known SyntaxHighlighter script by Alex Gorbatchev can be added to a wiki page in SharePoint. Read More...
-
I like to collect pieces of code snippets, sooner or later I’ll found them useful and they could save time and other efforts. My intention with this post is just to share a couple of my snippets and I hope that you’ll found something useful here. Maybe...
-
In this article I’ll show you how to use Cookies in jQuery for your SharePoint Designer 2010 no code applications. With help of a cookie you can write information to the user’s computer and this can be useful if you need to store stuff like visitors preferences...
-
This article shows how to enhance an out of the box summary link web part and turn it in an interactive accordion. Read More...
-
This article is the last one of two describing how to implement comment functionality into the news pages in SharePoint Server 2010. You’ll find Part I here. If you followed the examples in the Part II and have implemented the comment functionality...
-
In a recent project I needed a way to quickly grab user profile information and include it in the context of a custom application for SharePoint. I decided that I wanted to make use of templating to render the HTML … Continue reading → Read...
|
|