Adding regular expressions to your toolbox
Regular expressions are commonly seen as a rather difficult subject, and more often than not developers figure out more complex solutions rather than teaching themselves Regex. Here is a simple, an...
Regular expressions are commonly seen as a rather difficult subject, and more often than not developers figure out more complex solutions rather than teaching themselves Regex. Here is a simple, an...
The Google Maps editor for Episerver has been updated to allow developers to customize settings such as API key, default zoom level and coordinates.
JavaScript frameworks such as Angular, React, and Aurelia, are powerful for creating engaging and interactive websites. However, these frameworks tend to want to own the HTML DOM, which may have an...
Markdown is a light-weight text formatting syntax, suitable for multiple channels and content APIs, not just for web pages. In this post we implement a custom Episerver editor to provide users with...
Web editors sometimes overlook the fact that properties may have helpful descriptions available by hovering property names in edit mode. This simple example demonstrates how to add an icon in edit...
This code snippet shows how to add an asterisk to the property names of all required properties in Episerver.
This code sample demonstrates how to force form editing for specific content types in Episerver, for scenarios where on-page editing isn't practical.
This time we're creating a custom Dojo widget as an editor for string list properties, making use of the new PropertyList type that was introduced in Episerver 9.
The Episerver UI can fairly easily be customized to display a custom editing control for specific property types, or even specific properties. In this example we create a custom editor to allow web...
The Google Maps editor, for editing coordinates in EPiServer, can now easily be added to any EPiServer 7.5 website through EPiServer's NuGet feed.