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

Language

7 Answers 93 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Falk
Top achievements
Rank 1
Falk asked on 23 Jun 2008, 10:50 AM
Hi,

I'm using the newest Version of the Radeditor and Radcontrols in a Sharepoint moss farm. I would like to change  the help dialogs language into german. I already changed the language successfully for the buttons and everything else. But this had no effect on the helpfile. How can I change this.

Thanks for help,

Falk

7 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 25 Jun 2008, 08:01 AM
Hello Falk,

The new version of the RadEditor for MOSS allows you to customize specific dialogs. In this case, you need to edit the Help dialog. Here is what you need to do:

1. Download the latest RadControls for ASP.NET AJAX hotfix build from our site. Inside the archive you will see a folder called EditorDialogs. Get the Help.ascx file from the EditorDialgos folder and copy it in the RadEditor for MOSS resources folder - C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.0.1.0__1f131a624888eeed\Resources\.

2. Change the Help.ascx file as you see fit (e.g. remove tools, translate to German, etc.)

3. Open the editor's configuration file and add the following property:
  <property name="ExternalDialogsPath">/_wpresources/RadEditorSharePoint/5.0.1.0__1f131a624888eeed/Resources/</property>

The "ExternalDialogsPath" property will tell the editor to try and load its dialogs first from the specified location (the resources folder).

Kind regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 25 Jun 2008, 12:11 PM
Hi Lini,

this is exactly what I've done. But this had no effect. I added the property tag to the listconfigfile.xml and the configfile.xml.

Best regards
Falk
0
Lini
Telerik team
answered on 25 Jun 2008, 01:58 PM
Hello Falk,

I just tried it with the latest build and it worked for me - I added a simple "test" at the top of the Help.ascx file and it displayed when I clicked the Help tool on the editor toolbar. I suggest that you update to version 5.1 and try again (do not forget to update the path in the property to use "5.1.0.0" instead of "5.0.1.0").

If you still cannot get it to load, send me your configuration files and the modified Help.ascx file so I can test locally.

All the best,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 27 Jun 2008, 04:05 PM
Hi Lini,

thanks, now it's working.
I still found some bugs:
  • If I open in full screen mode a dialog the toolbar is not available afterwards. I'm not able to do anything except switching the back button in IE and loosing everything I edited.
  • In Imagemap when I chose a picture I can not see the picture in the dialog and when I add areas to it and click update and then ok the picture is gone either. There is only a blank field with the hyperlinks in it.
  • In the helpfile where all buttons are explained are some Images of the icons wrong.

Another thing: I would like to know how to customize some dialogs:

  • I would like to disable the css - class in the hyperlink manager. If I delete the html-code for the dropdownbox it is gone, but I cannot click OK or Cancel. How can I Disable it?
  • I also would like to remove the Tab Email in the Hyperlink Manager.
  • Is it possible to add a "Link Text" inputbox to the Document Manager?
  • How can I disable the function "chose image in the Imagemap dialog?

Thanks for helping and best regards

Falk

0
Lini
Telerik team
answered on 03 Jul 2008, 05:28 PM
Hi Falk,

When you customize the dialogs we suggest that you do not delete the form elements, but instead wrap them in an invisible <div>. For example:
<div style="display:none"><input ....></div>

This way the element will be hidden and it will not disturb the dialog's client script. You can do this for the Css Class input in the link manager, the "Link Text" input in the document manager, and the "Choose Image" button as well.

I am not sure you can easily hide the E-mail tab in the link manager though. I will make a note of this so it is fixed in the next release.

About the other issues:
- I was not able to reproduce the full screen toolbar problem. I opened the editor on a page, pressed F11 so it occupies the whole page, then opened some dialogs (Find and Replace, Link Manager, Table manager). The toolbar was OK. The only strange thing was the dialogs did not open at the exact center of the screen.

- the image map dialog also behaved fine for me. If possible send me the exact steps you did so I can reproduce them on our MOSS 2007 site.

- Which help file do you refer to? The .CHM that comes with the editor, or the online version from our site, or a different help? If possible send us a screenshot so we know where to look.

Regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 04 Jul 2008, 07:19 AM
Hi Lini,

If I open the picture out of the Imagemapdialog Imagemap is working . But if I right-click on an already inserted picture and chose Imagemap the behaviour is as explained.

If I go to fullscreenmode and open a dialog it behaves like you explained (not opening in the center of the page). But then also the fullscreenmode deactivates and the scrollbar of IE is missing and I'm not able to scroll up.

I'm using the help.ascx file delivered with the RadControls

Thanks for helping and best regards

Falk
0
Lini
Telerik team
answered on 10 Jul 2008, 03:55 PM
Hi Falk,

Please accept my apologies for the delayed reply.

About the Help dialog - it turned out that there is a task in the bug tracker about the wrong images already. The respective developer has been notified and he will fix this as soon as possible.

About the fullscreen mode - I am still unable to reproduce this. Using IE 7 and the latest RadEditor for MOSS (5.10) with the default configuration (ConfigFile and ToolsFile). Please give me some more information - where is the RadEditor control - e.g. a list, web part, WCM field? Which dialog are you opening - the MOSS asset pickers or one of the built-in editor dialogs? If possible, send me a screenshot of what you see.

About the image map dialog - I am going to need exact steps and a screenshot here as well.


Regards,
Lini
the Telerik team

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