Archive for the ‘JavaScript’ Category

Staying loyal to JavaScript and CEWP I’ve published a new part in the Power of Content Editor Webpart series. This time we use calculated field and filtering list view via URL to create a simple alphabetical filter positioned above or below list view: After that taking this one step further we expand this example to [...]

Sunday, August 15th, 2010 at 15:06 | 2 comments
Categories: JavaScript, SharePoint

Next article in line of The Power of Content Editor WebPart series is available. In this one we’ll get to know how to insert a quick search for any list view that has filter-as-you-type functionality. Yes, demo is still made for SharePoint 2007. This is in one way keeping the theme of the article series [...]

Saturday, May 15th, 2010 at 15:30 | 0 comments
Categories: JavaScript, SharePoint

After a while I’ve prepared the third (or second if you count first two as one) article in Power of Content Editor WebPart series. In this article we do something that was already done using JavaScript – we hide SharePoint’s Quick Launch bar. But we do this to learn how this can be achieved. In [...]

Monday, March 15th, 2010 at 08:00 | 1 comment
Categories: JavaScript, SharePoint

When dealing with quite some scripts for this blog or at work, I always come across couple of supporting JavaScripts that I constantly reuse. That’s why I’ve created an extra page to publish those scripts and have them available at one place. And if you find some use for them, so much the better. Those [...]

Monday, March 1st, 2010 at 22:23 | 1 comment
Categories: JavaScript, SharePoint

The second article from the series Power of Content Editor WebPart is published. It’s titled Getting to the object. It’s a sequel from the first article and in this part we learn how to use some of JavaScript’s native functions to select the element we wish to modify in SharePoint. We also make a simple demo [...]

Sunday, February 21st, 2010 at 18:33 | 0 comments
Categories: JavaScript, SharePoint

I’ve added a new section on my page dedicated to JavaScript solutions that I’ve published. The latest one is intended for creating a Cascaded Lookup Dropdown fields in a SharePoint New or Edit Form. What is a Cascaded dropdown? It’s a combination of two dropdown lists. By selecting an option in the first dropdown (parent) [...]

Wednesday, February 17th, 2010 at 00:15 | 30 comments

If you need to know the internal name of a SharePoint column (which can be pretty different from actual if you’re using spaces and latin characters, you can discover this very simple: Go to list’s settings and edit the properties of the field (on a sample below we’ll get to know the internal name of [...]

Tuesday, February 16th, 2010 at 00:21 | 0 comments
Categories: JavaScript, SharePoint

Feedback from SharePoint Saturday EMEA online still brings good results. Not only did it make me cleanup quite some of my JavaScripts to prepare for presentation, but it also inspired me to start the "The Power of Content Editor WebPart" series of articles. It’s going to be an at-least 10-part series. Covering from basics to [...]

Monday, February 8th, 2010 at 23:33 | 0 comments
Categories: JavaScript, SharePoint

I’ve prepared a SPSEMEA Demo site that you can simply upload to your (http://[siteUrl]/_catalogs/wt) Site template gallery. You can download the .stp from CodePlex After you’ve uploaded the file to the Site template gallery you can create a subsite (English language) and from Custom you can select the uploaded template. Below’s a brief overview where [...]

Wednesday, February 3rd, 2010 at 23:31 | 0 comments

Due to a lot of comments and questions to my last year’s post about Attaching functions to SharePoint form fields concerning especially lookup fields on which the demo was made, I’ve decided to take a deeper dive into SharePoint’s Lookup Field and how to manipulate it client-side, since it behaves different in different situations. On [...]

Monday, October 26th, 2009 at 00:23 | 39 comments