Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- Create C# Class from SQL
- C# HttpClient POST or PUT Json with content type application/json
- Run tasks in parallel using .NET Core, C# and async coding
- C# get results from Task.WhenAll
- C# Get expiry timestamp from JWT token
- Using C# HttpClient from Sync and Async code
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
Archive
Meta
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 Command, media library, Page Editor, SheerResponse, Sitecore, Unified Page Editor
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
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 codebeside, Command, contextual ribbon, Dialog, SheerUI, Sitecore, xaml
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
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