Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In

Create a sub title widget

A page title widget is a widget that can be reused to style a title of a page.

  1. Create a new class and derive from AbstractWidget.
  2. Add members to the class applicable for the custom widget. In this case, a string Title property.
  3. Decorate the members with the corresponding attribute types. The Title property in this example is a textbox.
600
  1. Create a new folder with the same name as the widget in the [theme]/Content folder.

  1. Edit the markup in the view to display the widget
600

What’s Next