Feed selector

This tutorial demonstrates how to add a Feed selector in a widget's designer view. For more information on feeds, see Publishing system: Feeds

PREREQUISITES: You have created at least one feed. For more information, see Create feeds.

To add a Feed selector, in your DesignerView.YourView.cshtml file, place one of the following tags anywhere in the HTML code:

Single item selection:

Multiple items selection:

The values of the attributes are scope properties that you define in the MVC widget controller.

Attribute Description
sf-selected-item-id Single select only. Stores the ID of the selected item. 
sf-selected-item  Single select only. Stores the serialized information of the selected item.
sf-selected-ids Multi select only. Stores the IDs of the selected items. 
sf-selected-items Multi select only. Stores the serialized information of the selected items. 
sf-provider Configures the provider to use when retrieving the items to display.

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.

Tags

Was this article helpful?

Next article

TimeSpan selector