Add Custom Page Selector Dialog in News Module in Multisite
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.
Please reply soon above post. It is urgent
Ragards,
Pravat Sharma
Please reply soon above post.
Thanks & Regards,
Pravat Sharma.
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/"
/>