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

How do I change the text on the edit mode labels.

2 Answers 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Phillip
Top achievements
Rank 1
Phillip asked on 28 Jul 2012, 12:42 PM
At the buttom of the editor are the mode buttons Design, HTML, Preview.  

Can you please advise how I would l change the button text for the Design button to Edit.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Jul 2012, 04:24 AM
Hi Philip,

Try the following Jquery to achieve your scenario.

Javascript:
<script type="text/javascript">
 $(".reMode_design span").text("Edit");
</script>

Hope this helps.

Thanks,
Princy.
 
0
Accepted
Rumen
Telerik team
answered on 01 Aug 2012, 03:32 PM
Hi,

It is easy and better to use the provided resx localization files to localize the three buttons. You can see this help article for more information: Using Global Resource Files.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Phillip
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or