Widget Not Showing in Toolbox

Posted by Community Admin on 03-Aug-2018 18:27

Widget Not Showing in Toolbox

All Replies

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

Hi
I am trying to make a custom module by following the sample module Jobs provided by telerik. I am able to register the module successfully and have it to register the widget automatically. However the widget does not show up for dragging. I have provided a screenshot for the widget's settings. Here is the whats under the toolbox config

<add enabled="True" title="Custom widgets" description="A section storing custom widgets" resourceClassId="" name="Custom">
     <tools>
                        <add enabled="True" type="Jobs.PublicControls.JobApplicationUpload, Jobs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" title="Job application upload form" description="A form providing job application upload capabilities" resourceClassId="" cssClass="" layoutTemplate="" moduleName="Jobs" name="JobApplicationUpload" />
                        <add enabled="True" type="EllevateComparisonChart.PublicControls.ComparisonChart, EllevateComparisonChart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" title="Service Comparison Chart" description="A chart dispalying information on services provided." resourceClassId="" cssClass="" layoutTemplate="" moduleName="Charts" name="ComparisonChart" />
      </tools>
</add>

On a side note the widget does show up and displays correctly under Types Of Content
Any help is appreciated

Posted by Community Admin on 11-May-2011 00:00

Hello Jack,

Could you try to remove the value for ModuleName and see if it fixes the problem? This has to be the same, as the name, with which you registered the module. Otherwise, the control will not show up in the toolbox.

Kind regards,
Slavo
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