EPiServer properties

How to extend CheckboxList

10 July 2015 EPiServer, EPiServer properties No comments

A while ago I saw a forum question about how to Enable/Disable SelectItem in SelectionFactory. I thought that it could be interesting to describe how to implement it. (more…)

Inline checkbox editor

24 May 2015 EPiServer, EPiServer properties No comments

In the last post I described how to extend the All properties view. I changed the behavior of forms editing by subscribing to events between widgets. But code did not affect the On Page edit view. It was possible to edit message details, while it was not possible to change the ShowMaintenanceMessage bool property state. (more…)

Content Area as Image list

15 April 2015 EPiServer, EPiServer properties 4 comments

We have a lot of list properties in my current project. And most of them are edited entirely in the forms view which means that the editors are not able to preview the chosen images before publishing.
(more…)

Nullable date property

10 April 2015 EPiServer, EPiServer properties 1 comment

The editors in my current project asked us to give them a way to set a date range that would make certain page contents hidden. DateTime property seemed like an obvious choice. And it was like that for a while. (more…)