RadEditor

Posted by Community Admin on 03-Aug-2018 10:43

RadEditor

All Replies

Posted by Community Admin on 27-Jul-2011 00:00

How can i customize Image Map editor dialog. I want to show image using asp file upload in Preview Of Image Map editor dialog of Rad Editor.Rest functionalities in dialog will remain same of creating an Image Map.

Please reply asap.

Posted by Community Admin on 27-Jul-2011 00:00

Hi Apoorv,

That's a tough one, we do not have such a method implemented in out RadEditor API, can you please let us know of the exact use case scenario you want to achieve, so maybe we can recommend you some workaround?

Greetings,
Boyan Barnev
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 25-Nov-2014 00:00

I know it's being a long time, but I am trying to achieve the same functionality, when using the image Map editor, how do I add a tumbnail image and header to that tooltip that appears on Hover?

Right now, the Image editor option contains only URL and nothing more than that, is it possible to add more properties ? for example: thumbnail image, header and summary. the result will be similar to google maps.

Thanks,

T

Posted by Community Admin on 28-Nov-2014 00:00

Hi,

Actually this issue is more suitable for ASP .Net AJAX forum.

In general map editor is adding a map tag as follows:

<img alt="" style="border-width: 0px; border-style: solid;" usemap="#rade_img_map_1417190756382" src="/aspnet-ajax/Editor/Img/UserDir/PublicRelations/Paris.png" /><br />
        <map name="rade_img_map_1417190756382" id="rade_img_map_1417190756382">
            <area shape="RECT" coords="2,1,180,113" href="http://" />
        </map>
and the tooltip comes from the alt attribute.

What you could try is to test whether RadToolTip can work in this particular scenario.

Actually RadEditor add tags as explained in the following articles:
 
Hope this information helps.

Kind regards,
Vassil Vassilev
Telerik
 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 17-Dec-2014 00:00

Sorry for the late reply. I will try that and see if works.

 

Thanks

This thread is closed