How can editor mode tab buttons (preview, HTML, design) be changed in C# code?
- Toggle label on the button
- Change label text on button,
- Toggle icon,
- Change icon.
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 24 Jan 2013, 05:36 PM
Hello,
You can change the localization of the Design, HTML and Preview buttons using the following code
The icons are applied via sprite and they can be controlled only via CSS. You can see which css class to override in the following screenshot.
Greetings,
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.
Thanks for the solution. It sort of works.
Although if the text is removed, the icon dissapears. Also the button width is always the same.
This is unwanted behaviour.
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.