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

showtext

2 Answers 52 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 27 Feb 2012, 02:31 PM

Should showtext="false" work when I also have size="large"?

If "yes" then it's broken as I have...

<tools name="Proofing" tab="Home">
    <tool name="AjaxSpellCheck" size="large" showtext="false"/>
</tools>

but see screenshot.

--
Stuart

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 29 Feb 2012, 04:36 PM
Hi,

The showtext attribute applies only for the standard toolbars of RadEditor (Default, ShowOnFocus, PageTop and Floating).

The RibbonBar modes are based on RadRibbonBar which does not offer such property. The medium and large RadRibbonBar buttons always display their command text. Only the small buttons do not show text.

If you want to hide the text of the large buttons, you can apply the following class:

.rrbTextContent { display: none !important; }


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.
0
Stuart Hemming
Top achievements
Rank 2
answered on 29 Feb 2012, 05:01 PM
Ah-ha!

Cheers guy.

--
Stuart
Tags
Editor
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or