How upload the custom control in sitefinity 4.0

Posted by Community Admin on 03-Aug-2018 12:41

How upload the custom control in sitefinity 4.0

All Replies

Posted by Community Admin on 04-Jan-2011 00:00

Hi
How upload the custom control in sitefinity 4.0 ?

Jitendra

Posted by Community Admin on 04-Jan-2011 00:00

Hi jitendra,

There is no upload control function in Sitefinity 4.0 RC2. You can follow this topic to add a custom/user control.

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about 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 04-Jan-2011 00:00

Thanks a lot for help !

Jitendra

Posted by Community Admin on 01-Mar-2011 00:00

I've tried to add a custom control, following the example on the page posted by Admin on Jan 4.
This added a line of code in ToolboxesConfig.config that looks like this.

<add name="ContentToolboxSection">
    <tools>
        ...
        <add enabled="True" type="~/UserControls/Security/Login.ascx" title="MyLogin" description="MyLoginTitle" resourceClassId="" cssClass="" layoutTemplate="" moduleName="~/UserControls/Security/Login.ascx" name="MyLogin" />
    </tools>
</add>

The ascx file is in the correct spot.
This "widget" does not show up in my controls on the right when I go in to edit a page.
Any ideas?

Thanks

Posted by Community Admin on 01-Mar-2011 00:00

Hello Stephen,

You can take a look at this post as well. I attached a short video there. The way that controls are registered has not been changed.

All the best,
Ivan Dimitrov
the Telerik team

This thread is closed