Sitefinity Custom Widgets - PowerPoint PPT Presentation

About This Presentation
Title:

Sitefinity Custom Widgets

Description:

Create awesome widgets with Sitefinity CMS – PowerPoint PPT presentation

Number of Views:58
Slides: 7
Provided by: rbtonline

less

Transcript and Presenter's Notes

Title: Sitefinity Custom Widgets


1
Sitefinity Custom Widget
  • Sitefinity Knowledge Base

2
Sitefinity Custom Widget
  • Custom widgets are designed to improve the
    development of controls for Sitefinity CMS. When
    creating new custom widgets, open a user control
    in visual studio, you must override
    the LayoutTemplatePath property and put the path
    of the cutom widget .
  • When registering the new widget in Sitefinity CMS
    toolbox, you must provide the whole path, as
    opposed to only the virtual path.

3
Steps to create Custom Widget
  • Step 1 Open your project in visual studio
  • Step 2 Right click on Solution
  • - Add gtgt New project gtgt web gtgt asp.net server
    control gtgt give name and select where to storegt
    click on Add
  • - Right click on your project add reference gt
    Browse gt select telerik.sitefinity gt Add gt Ok

4
Steps to create Custom Widget
  • - Override the InitializeControls and
    LayoutTemplatePath methods
  • - If you want reference any template to your
    project you can add
  • - After that right click on your project add
    reference gtgt solution gtgt Projects gt check your
    custom widget(here mine is ServerControl1) gt ok.

5
Steps to create Custom Widget
  • After that right click on your project add
    reference gtgt solution gtgt Projects gt check your
    custom widget(here mine is ServerControl1) gt ok.

6
Steps to create Custom Widget
  • After that right click on your project add
    reference gtgt solution gtgt Projects gt check your
    custom widget(here mine is ServerControl1) gt ok.
  • Build your solution gtgt register your custom
    widget to toolbox
Write a Comment
User Comments (0)
About PowerShow.com