All posts

20
Jun
2017

Episerver Forms validator with settings

When you have worked with Episerver Forms, you know you can enable validators on a form element. You have the Required validator, the Regular Expression validator, the Email validator and more. Most of these validators have a simple on/off configuration,...

18
Sep
2016

Installing CMO on an Episerver 9 site

For the client I’m currently working at I had to install CMO in the current project. According to the resources on Episerver World, the only way to install CMO is to create a new 7.5 site using the Deployment Center and...

28
Jun
2016

Referencing content gadget

A while ago I was talking to some content editors about how they worked with Episerver and what could make their work easier. One of the things they were struggling with is to find out where their content is being referenced....

Photo by Ramakant Sharda
10
Apr
2016

Color picker property plus plus

Have you ever used the Dijit ColorPalette to create a color picker property? You probably have. It’s pretty simple as you can read here. However, this ColorPalette has some disadvantages. You can’t change the colors, only switch between 2 predefined...

30
Mar
2016

Storing your thumbnails in the correct mime type

By default Episerver stores you thumbnails, or any image you store using an ImageDescriptor attribute, as a .png file. This is hard coded in the ThumbnailManager and there probably are good reasons for this. But maybe you want to store...

17
Mar
2016

Custom validators with Episerver Forms

A few weeks ago Episerver Forms was released. We have seen several blogs about creating custom forms types like a Color Picker or a Constrained Textbox. But what about creating your own validators? To create you own validator simply inherit...