Build a form widget: Implement the template
By definition, your widget must provide UI for both displaying and editing the value of a
widget.
For the widget markup, use the following template:
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.