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

Changing tooltip text radeditor 5.4 (Moss 2007 environment)

2 Answers 47 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Nil
Top achievements
Rank 1
Nil asked on 17 Apr 2009, 11:57 AM
Hi.
Been trying to change the tooltipstext in radeditor but with no success.
Been reading that I should modify (or create a new) RadEditor.Tools.resx

But, just for testing I edited the above file and modified this value..

  <data name="AjaxSpellCheck" xml:space="preserve">
    <value>AJAX Spellchecker TESTING!</value>
  </data>

However, the tooltip still says "Ajax Spellchecker".
Browsercache empty, done IISRESET etc etc. What am I missing here? 

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Apr 2009, 12:28 PM
Hello Nil,

If the App_GlobalResources folder containing the resx files is placed in the following location \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.4.0.0__1f131a624888eeed\Resources\App_GlobalResources then open the ConfigFile.xml / ListConfigFile.xml file and set the LocalizationPath property to point to it, e.g.

<property name="LocalizationPath">/_wpresources/RadEditorSharePoint/5.4.0.0__1f131a624888eeed/Resources/App_GlobalResources/</property>

Save the file.

This should do the trick.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nil
Top achievements
Rank 1
answered on 20 Apr 2009, 01:26 PM
Hey, got it working now.
Thanks :)
Tags
WebParts for SharePoint
Asked by
Nil
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Nil
Top achievements
Rank 1
Share this question
or