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

Hyperlink Manager - Target stays as target

1 Answer 48 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Clive Atkins
Top achievements
Rank 1
Clive Atkins asked on 19 Oct 2007, 09:08 AM
Hi,

I have some odd behaviour with Hyperlink Manager.
Example: When selecting 'New Window' in the drop down list box for 'target', the target fields gets updated, but the value in the drop down list box of 'New Window' resets to 'Target' after selection.

The above is the same no matter which option I choose from the drop down list box. The value in the drop down list box always resets back to target.

I would of expected the value to stay to what ever was selected?

Thanks.
Keith.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Oct 2007, 01:53 PM
Hi Keith,

Thank you for your suggestion! This behavior is already changed in our RadEditor "Prometheus" control.

In the RadEditor for MOSS you can achieve your scenario by opening the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.4.1.0__1f131a624888eeed\RadControls\Editor\Scripts\7_2_1\Controls\Controls.js file and commenting the following line in it _12.selectedIndex=0;

e.g.

LinkManager.prototype.ChangeLinkTarget=function(_12){
this.LinkTargetHolder.value=_12.value;
//_12.selectedIndex=0;
};

Save the file.

After that open the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.4.1.0__1f131a624888eeed\RadControls\Editor\ConfigFile.xml file and set   <property name="UseEmbeddedScripts">False</property> inside the <configuration> tags.

Save the file.

This should do the trick!


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
Clive Atkins
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or