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.
This article gives an overview of how widget components interact and how you connect them to create a complete widget.
HelloWorld.cs
HelloWorld.asax
HelloWorldDesigner.cs
HelloWorldDesigner.asax
HelloWorldDesigner.js
SAMPLE: You can download all the widget files from folder \WebFormWidgetsSamples\HelloWorld in Sitefinity documentation-samples on GitHub.
\WebFormWidgetsSamples\HelloWorld
SAMPLE: For a sample code of a widget class, see HelloWorld.cs in Sitefinity documentation-samples on GitHub.:
ControlDesignerAttribute
In the HelloWord sample, the widget class is HelloWorld.cs and the control designer class is HelloWorldDesigner.cs. To link them together, you must add the attribute to the widget class.
HelloWord
HelloWorld
HelloWorld.ascx
LayoutTemplatePath
SAMPLE: For a sample code of a widget designer, see HelloWorldDesigner.cs in Sitefinity documentation-samples on GitHub:
HelloWorldDesigner.ascx
LayoutTemplatePath property.
GetScriptReferences()
When you are finished with the development of you widget, you must register it. For more information, see Register a new widget in Sitefinity CMS toolbox.
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