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

How can I add a header to the file tab item in RadRichTextBoxRibbonUI?

2 Answers 58 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Abdechafi
Top achievements
Rank 1
Veteran
Abdechafi asked on 10 Feb 2021, 09:56 AM

Hello,

I'm using RadRichTextBoxRibbonUI and it works fine , but I have a little suggestion about tab items. Is it possible to add a text ( "File" ) to the tab item file name ( as an example the theme existed in Document Text in OneDrive )? . See the attachments 

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Tanya
Telerik team
answered on 10 Feb 2021, 10:28 AM

Hello Abdechafi,

You can customize the content of that button by setting the ApplicationButtonContent property of RadRichTextBoxRibbonUI:

<telerik:RadRichTextBoxRibbonUI BackstageClippingElement="{Binding ElementName=radRichTextBoxParent}" CollapseThresholdSize="50,50" DataContext="{Binding Commands, ElementName=radRichTextBox}" ApplicationButtonContent="File"  ApplicationName="Telerik Editor">

There is a detailed description of how you can modify the application button in the Customize the Application Menu Button help topic.

Hope this helps.

Regards,
Tanya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Abdechafi
Top achievements
Rank 1
Veteran
answered on 10 Feb 2021, 10:55 AM

Hello Tanya,

Thank you so much , it works fine 

Tags
RichTextBox
Asked by
Abdechafi
Top achievements
Rank 1
Veteran
Answers by
Tanya
Telerik team
Abdechafi
Top achievements
Rank 1
Veteran
Share this question
or