Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Using C# HttpClient from Sync and Async code
- Read blob file from Microsoft Azure Storage with .NET Core
- C# Get expiry timestamp from JWT token
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
- C# Using Newtonsoft and dynamic ExpandoObject to convert one Json to another
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
Archive
Meta
Tag Archives: xaml
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
Sitecore 5.3: Dynamically add headers to SheerUI listviews
Creating shell applications in Sitecore’s SheerUI is rather complex. But once you get the hang of it (= have modified enough existing sample code to get a working application) you can do amazing stuff. Yesterday I had to dynamically alter … Continue reading