Add Custom Page Selector Dialog in News Module in Multisite

Posted by Community Admin on 04-Aug-2018 07:01

Add Custom Page Selector Dialog in News Module in Multisite

All Replies

Posted by Community Admin on 22-May-2014 00:00

Hi Team,
        I want to add custom page selector dialog in sitefinity 6.3 News module with Multi Site Option. Page selector Dialog should contain dropdown list, which bind sites list and list control, which should be display all pages created by selected site.

Currently we are using SelectorFields project in sitefinity 5.4 without multi site option. It was solved our problem. But we want to add dropdown list on it, which contain site list. On dropdownlist change list should be display all pages in selected site. Please help me. It is urgent requirement.

Thanks & Regards,
Pravat SHarma.

Posted by Community Admin on 22-May-2014 00:00

Please reply soon above post. It is urgent

Ragards,

Pravat Sharma

Posted by Community Admin on 23-May-2014 00:00

Please reply soon above post.

Thanks & Regards,

Pravat Sharma.

Posted by Community Admin on 26-May-2014 00:00

Hello Pravat,

You can use the GenericPageSelector for achieving your goal.

Here is a sample code demonstrating how to include the control in your widget. You have to place it in the .ascx ( the template) file.

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" TagPrefix="sf"%>
 
<sf:GenericPageSelector id="selector" runat="server"
            IncludeSiteSelector="true"
            IncludeLanguageSelector="true"
            WebServiceUrl="~/Sitefinity/Services/Pages/PagesService.svc/"/>

It will show a treeview with your pages and dropdowns for selecting sites and languages. You can extend this control to match your needs.

Regards,
Georgi Mateev
Telerik
 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed