IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity CMS provides an assortment of built-in, reusable client components you can use on widget designers' frontend. Client components allow flexible widget designer implementation that reflect various requirements of the UI of widget designers, for example, having a search box or a date and time picker.
The following types of client components are available out-of-the-box:
Built-in components that provide additional frontend functionality for widget designers. Examples: Code area, Infinite scroll, Tree view, and others. For more information, see Custom components.
You use client components in the widget designer views either as an HTML element attribute, or as an HTML element. However, just adding components in the view is not enough. You also need to specify the dependency in the widget designer JSON config file, as well as in the widget controller.
The following example demonstrates how to use the Event selector in the Simple view of a widget designer. You have the following widget designer files:
To use the Event selector, you need to have the following code in the respective files, listed above:
DesignerView.Simple.cshtml:
<sf-list-selector sf-event-selector sf-selected-item-id="properties.SelectedItemId.PropertyValue" />
DesignerView.Simple.json:
designerview-simple.js:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important