Browsing articles from "February, 2010"
Feb
18
2010

Using JQuery in custom fields

At the moment I’m creating a custom field for tagging content items. I prototyped my custom field in html using JQuery. But when I wanted to convert this to the actual custom field I ran into a problem. As you might know Sitecore uses the Prototype library for all of it’s javascript. And prototype uses the same dollar sign for all of its functions and variables as JQuery does. But JQuery provides a noConflict function [...]

Feb
17
2010

Restricting FieldEditor to specific template based items

In Sitecore 6.2 it is possible to integrate FieldEditors. These are command which enables users edit item settings when they work in the page editor. Personally I think it is a great option when you want editors to only work within the Page Editor, and still let them edit settings. For the blog module that I created I implemented two FieldEditorCommands which let the user edit the blog and entry settings. When you use the [...]