Home Articles Packages Things

episerver epiessentials

EpiEssentials EditorDescriptors

More options for input fields in the episerver editor.

Long Input Field

Render a string property as a full width input field. To use, put this attribute on your property:

[CultureSpecific]
[UIHint(EpiEssentials.Web.UIHint.Long)]
[Display(Name = "Title", Description = "",
GroupName = SystemTabNames.Content, Order = 1)]
public virtual string Title { get; set; }

The property will then render as a full width input: