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.
After you AccordionNewsList widget: Implement the client-side functionality of the new user widget, you need to implement the code-behind and the logic of the widget.
To implement the required code, in your project, select the new user widget class. In this case, this is the AccrdionNewsList.ascx.cs class. Paste the following code and then build your project:
In the code above, the Page_Load method uses the NewsManager to get all the news items that are with status Live and orders them by publishing date in a descending order. Then, the news items are passed to the repeater.
To add Javascript resources, you use the InitPage()method. The method gets the ScriptManager for the current page, and by using the method's Scripts property, you add a reference to the Javascript resources. Next, you use the PageManager to configure the new user widget to use Sitefinity’s built-in jQuery library.
Finally, you must AccordionNewsList widget: Register the widget in Sitefinity's backend in Sitefinity's backend.
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