Edit Custom Widget from Page with Show Editing Tools

Posted by Community Admin on 04-Aug-2018 16:20

Edit Custom Widget from Page with Show Editing Tools

All Replies

Posted by Community Admin on 14-Mar-2013 00:00

I have a simple widget with two edit areas. Is it possible to edit the data using the Show Editing Tools like you can a Content Block? That is click on the edit button and have a Rad Text Editor popup, not from the backend but from the live site with the Tools Gear.

Sorry for being wordy, but I don't really know what that Tools Gear from the front end is called?

Thanks
Randy

Posted by Community Admin on 19-Mar-2013 00:00

Hello Randy,

You could use a RadEditor in your User Control, where you simply need to declare the RadEditor on the template (.ascx file) as the following and register the control in Sitefinity:

<telerik:RadEditor runat="server" Id="MyEditor"/>

Then you could implement your logic in your custom control. For instance if the Edit button is clicked the RadEditor will appear.

You can find some additional information about the RadEditor here:
http://www.telerik.com/help/aspnet-ajax/editor-overview.html 

Regards,
Stefani Tacheva
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