Tag Archives: Command

Open Media Library from Sitecore Page Editor

This article describes how you can add your own button to the Sitecore Page Editor. In a previous post I explained how to edit hidden fields in the Page Editor. This post is about managing media contents, and to do … Continue reading

Posted in c#, General .NET, Sitecore 6 | Tagged , , , , , | 5 Comments

Edit hidden fields in Sitecore page editor

As the Sitecore Page Editor (also known as the Unified Page Editor) is getting better and better, the demand for “page edit only” solutions grow. Customers are seeking solutions where the page editor is the only tool used to edit … Continue reading

Posted in c#, Sitecore 6 | Tagged , , , | 3 Comments

XAML (SheerUI) dialog in Sitecore 6.3.x

One of my recent projects have been a Sitecore Extensions package containing some of our most common tools for Sitecore, and one of these tools is a button to manually start a scheduled task (no more waiting with the debugger … Continue reading

Posted in General .NET, Sitecore 6 | Tagged , , , , , , | 6 Comments

Sitecore Large Gallery Button

Have you noticed the Navigate section in the Sitecore shell? It contains a series of buttons that displays customized drop-downs. These drop downs are called Galleries. Galleries are custom XAML forms triggered by the Large Gallery Button. Creating a Gallery differs … Continue reading

Posted in .net, Sitecore 6 | Tagged , , , , | 3 Comments

Unlock sitecore items

Some of my users would like to be able to unlock other users items. This is impossible unless you are an administrator. So I created a new button for the users. This is how it’s done. First you have to … Continue reading

Posted in .net, c#, Sitecore 6 | Tagged , , , | 15 Comments