Wizard not showing up

Posted by Community Admin on 05-Aug-2018 07:56

Wizard not showing up

All Replies

Posted by Community Admin on 14-Jun-2012 00:00

I want to create a new widget with a designer. It creates all the files, but no wizard is appearing. How should I fix this?

Daniel

Posted by Community Admin on 15-Jun-2012 00:00

No one having the same issue?

-Daniel

Posted by Community Admin on 15-Jun-2012 00:00

Hi Daniel,

We generate a sample widget and designer. If you want to add any additional logic, it is up to you. Would you please explain what wizard are you expecting to see?


Greetings,

Dimitar 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

Posted by Community Admin on 15-Jun-2012 00:00

I expected to see the same wizard as when you choose 'Add designer to existing widget', so that you can add fields and especially the PageSelector, ImageSelector etc.

Regards,
Daniel

Posted by Community Admin on 15-Jun-2012 00:00

Your idea is good, but we have currently implemented only the generation of really sample widget, so that you can easily get the foundations and then implement your own logic, add the properties you want and use them.

To get your idea done, you can delete the following line, placed on top of the WidgetName in your .cs file:

[Telerik.Sitefinity.Web.UI.ControlDesign.ControlDesigner(typeof(SitefinityWebApp.Controls.Designer.MyWidget1Designer))]

This will remove the designer from your widget. Then add the properties you want and just go and generate a new Designer for the widget, and you'll be able to use the selectors, if you have Guid properties.

It is important to build your project once you remove that line from your widget, so the wizard that adds new designer would be able to find it.

Greetings,
Dimitar 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