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.
To specify the views you want to display in your designer, perform the following:
public class RotatorDesigner1 : ContentViewDesignerBase
{
protected override void AddViews(Dictionary<
string
, ControlDesignerView> views)
}
views.Add("View1", new DesignerView1());
EXAMPLE:For more information about how to reference the client script by overriding the GetScriptReferences method, see For developers: Full code of the widget designer class.
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