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: SheerUI
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 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
Sitecore: Adding your own buttons to the RichText editor
It’s surprisingly easy to add your own functionality to the Sitecore Rich Text editor. First you need to register your button in Sitecore: /system/settings/Html Editor Profiles/Rich Text Default/Toolbar 1 Duplicate an existing button and you will have added a new … Continue reading
Posted in Sitecore 5, Sitecore 6
Tagged RadEditor, RichText Editor, SheerUI, Sitecore, webservice, XMLHTTP
2 Comments