This is a migrated thread and some comments may be shown as answers.

Map editor Standalone?

3 Answers 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 17 Dec 2008, 04:48 PM
Hi,

Could you use Map Editor standalone like ImageManager and return the definition of Map client side?
Some tip!
regards


3 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 19 Dec 2008, 08:07 AM
Hello Pierre,

I prepared a sample page that demonstrates how to do it.
Please, note, however that calling the ImageMapEditor dialog is not supposed to be a part of the editor's public API functionality. The argument objects exchanged between the dialog page and the parent page do not follow the MS AJAX conventions - and if in the [near] future we decide on "officially" supporting calling [all] editor dialogs as stand-alone, there will be changes to the argument properties.

Best regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Pierre
Top achievements
Rank 1
answered on 19 Dec 2008, 07:26 PM

Great Tervel!

 

I need some complementary help, very important !.

 

1/ Target : Could define programaticaly the value and hidden the dropdown selector server or client side. Only New window.

 

2/ URL. I work with Sitefinity, wonderful tool and I need to add one external button to link my Cms pages near URL target and return here the path. ImageMap tool allow that ( adding extra button). Could you allow this in future version and make more powerful tool using with Sitefinity CMS.

Regards
more :
3/ Could you see callbackfunction. Actually it return only the <map></map> (params.MapHtml) but how to add inside the IMG element the Usemap.
like :
        <img alt="" src="Doggies.jpg" usemap="#rade" border="0" /></p>
        <map id="rade" NAME="rade">
        <area shape="rect" coords="232,155,278,221" href="http://" /></map>

What are the others posibilities to callback 

 

params.MapHtml....
params.?

Regards

0
Tervel
Telerik team
answered on 23 Dec 2008, 02:14 PM
Hi Pierre,

We will consider adding support into the ImageMap dialog to allow for a list of predefined links - we logged this as a feature request.

Also, as far as 1) and 3) are concerned you will need to do some extra coding of your own. That is - you will need to set the usemap attribute to the image yourself using img.setAttribute, for example.
To hard-code or change the target of each <map> you will also need to add the <area> to the DOM of the page and then access the <map> elements in the page DOM hierarchy.

To summarize, to implement such advanced functionality good knowledge of JavaScript and DOM is mandatory - and this goes beyond the scope of Telerik support.

Best regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Pierre
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Pierre
Top achievements
Rank 1
Share this question
or