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: Page Editor
Extend the Sitecore FieldRenderer
The Sitecore FieldRenderer is the render controls used to render fields from Sitecore in a way that makes them page editable from the Page Editor (or Experience Editor as it is called in Sitecore 8). The FieldRenderer has been known … Continue reading
Posted in c#, Sitecore 5, Sitecore 6, Sitecore 7, Sitecore 8
Tagged Experience Editor, FieldRenderer, Page Editor, Sitecore
Leave a comment
Sitecore 7 is coming: My wish list for Sitecore 7.01
The next big release of Sitecore 7 is on it’s way. This time Sitecore have listened to many MVP’s and have adressed some technical issues. Most of this release revolves around scalability and indexing. The Lucene index have been updated to allow … Continue reading
Open Sitecore Content Editor from the Page Editor
The Sitecore Page Editor is the WYSIWYG (not the Drupal “WYSIWYG”, but true, realtime WYSIWYG for real) version of the Sitecore Content Editor. So why would you open the Content Editor from the Page Editor? Image you have a set … Continue reading
Posted in c#, Sitecore 6
Tagged Content Editor, Page Editor, SheerResponse, Sitecore, Unified Page Editor
Leave a comment
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