Page Selector not showing pages in custom designer for widge

Posted by Community Admin on 04-Aug-2018 21:51

Page Selector not showing pages in custom designer for widget

All Replies

Posted by Community Admin on 09-Feb-2012 00:00

Hi all.

I am having an issue with this custom widget I am building. I am creating a custom designer on the front end that contains 3 elements. A text box for title, a text box for description, and a Page Selector. The text boxes work fine, but when a user clicks on the Page Selector, no pages are showing up in the list. The list is empty.

I am following this tutorial: here

The line where I assign the rootnode is the same as in the tutorial in my designer code file in the InitializeControls() function.

PageSelector.RootNodeID = Telerik.Sitefinity.Abstractions.SiteInitializer.FrontendRootNodeId;'


I have also included two screenshots for clarity of the issue I'm having.

Any help is appreciated, thanks. 

Posted by Community Admin on 09-Feb-2012 00:00

Hi Zack,

Are you sure that you have set the right paths for the .js files and the templates? If you use an external class library, you should set those resources to embedded upon build.
Try to see if you can get some more information using Fiddler or Firebug...

Maybe you can share some code?

Regards,
Daniel

This thread is closed