Learn more with video tutorial box

Posted by Community Admin on 04-Aug-2018 14:47

Learn more with video tutorial box

All Replies

Posted by Community Admin on 05-Jun-2011 00:00

Hi there,

Does anybody know how to add the box that is shown in the attached screenshot?
I'm sure it should be added through definition but I can't find any info about this in samples and SDK.

Best regards,
Anton

Posted by Community Admin on 09-Jun-2011 00:00

Hi Anton,

This is a WidgetBarSectionElement

sample

var externalLinksWidget = new WidgetBarSectionElement(blogsGridView.SidebarConfig.Sections)
           
                Name = "externalLinksWidget",
                WrapperTagId = "ExternalLinksForPages",
                Title = "LearnMoreWithVideoTutorials",
                ResourceClassId = typeof(PageResources).Name,
                CssClass = "sfExternalLinks"
            ;

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed