Build a form widget: Implement the template

By definition, your widget must provide UI for both displaying and editing the value of a widget.

EXAMPLE: For more information about the markup of the widget, see FormWidget.ascx in Sitefinity documentation-samples on GitHub.

This template does the following:

  • Registers the Telerik.Sitefinity.Web.UI namespace, to use the SitefinityLabel.
  • Includes only the required labels for TitleControl, DescriptionControl, and ExampleControl.
    These IDs correspond to the IDs that are used in the class properties.

By following the example above, you have a blank template, where you can add the custom controls for your field control.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?