Skip to content

Commit 1133a8a

Browse files
ShanmugarajanSaravananShanmugarajanSaravanan
ShanmugarajanSaravanan
authored and
ShanmugarajanSaravanan
committed
875461: description updated.
1 parent 9d0e44f commit 1133a8a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ej2-asp-core-mvc/ribbon/EJ2_ASP.MVC/contextual-tabs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ documentation: ug
1010

1111
# Ribbon contextual tabs
1212

13-
Contextual tabs are similar to Ribbon tabs that show up when you're working on something specific, such as an image or a table. Just select an image, table, or any other element, and the relevant tabs with configured options will appear at the Tab panel, allowing you to work faster and more efficiently.
13+
The Ribbon Contextual tabs are similar to the Ribbon tabs that are displayed on demand based on their needs, such as an image or a table tabs. It supports adding all built-in and custom ribbon items to perform specific actions.
1414

1515
## Visible tabs
1616

17-
You can utilize the [Visible](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_Visible) property within each tab to control the visibility of the contextual tab and its associated content.
17+
You can utilize the [Visible](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_Visible) property to control the visibility of each contextual tab.
1818

1919
## Adding contextual tabs
2020

21-
To add contextual tabs in Syncfusion Ribbon, you can utilize the [ContextualTabs](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.ribbon.ribbon.html#Syncfusion_EJ2_Ribbon_Ribbon_ContextualTabs) property. This property accepts an array of Ribbon tabs where you can add multiple tabs as per needs.
21+
You can utilize the [ContextualTabs](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.ribbon.ribbon.html#Syncfusion_EJ2_Ribbon_Ribbon_ContextualTabs) property to add contextual tabs in the Ribbon. This property accepts an array of Ribbon tabs, where you can add multiple tabs based on your needs.
2222

2323
{% tabs %}
2424
{% highlight razor tabtitle="CSHTML" %}
@@ -30,7 +30,7 @@ To add contextual tabs in Syncfusion Ribbon, you can utilize the [ContextualTabs
3030

3131
## Selected tabs
3232

33-
By using the [IsSelected](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_IsSelected) property within each tab object, you can control the selection state of each contextual tab and indicate which tab is currently active.
33+
By using the [IsSelected](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_IsSelected) property you can control the selected state of each contextual tab and indicates which tab is currently active.
3434

3535
{% tabs %}
3636
{% highlight razor tabtitle="CSHTML" %}
@@ -44,11 +44,11 @@ By using the [IsSelected](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusio
4444

4545
### Show tab
4646

47-
You can make the specific tab visible by using the `ShowTab` method available in the Ribbon.
47+
You can use the `ShowTab` method to make the specific Contextual tab visible in the Ribbon.
4848

4949
### Hide tab
5050

51-
You can also hide specific tab by using the `HideTab` method available in the Ribbon.
51+
You can use the `HideTab` method to hide specific Contextual tab in the Ribbon.
5252

5353
{% tabs %}
5454
{% highlight razor tabtitle="CSHTML" %}

ej2-asp-core-mvc/ribbon/EJ2_ASP.NETCORE/contextual-tabs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ documentation: ug
1010

1111
# Ribbon contextual tabs
1212

13-
Contextual tabs are similar to Ribbon tabs that show up when you're working on something specific, such as an image or a table. Just select an image, table, or any other element, and the relevant tabs with configured options will appear at the Tab panel, allowing you to work faster and more efficiently.
13+
The Ribbon Contextual tabs are similar to the Ribbon tabs that are displayed on demand based on their needs, such as an image or a table tabs. It supports adding all built-in and custom ribbon items to perform specific actions.
1414

1515
## Visible tabs
1616

17-
You can utilize the [visible](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_Visible) property within each tab to control the visibility of the contextual tab and its associated content.
17+
You can utilize the [visible](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_Visible) property to control the visibility of each contextual tab.
1818

1919
## Adding contextual tabs
2020

21-
To add contextual tabs in Syncfusion Ribbon, you can utilize the [contextualTabs](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.ribbon.ribbon.html#Syncfusion_EJ2_Ribbon_Ribbon_ContextualTabs) property. This property accepts an array of Ribbon tabs where you can add multiple tabs as per needs.
21+
You can utilize the [contextualTabs](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.ribbon.ribbon.html#Syncfusion_EJ2_Ribbon_Ribbon_ContextualTabs) property to add contextual tabs in the Ribbon. This property accepts an array of Ribbon tabs, where you can add multiple tabs based on your needs.
2222

2323
{% tabs %}
2424
{% highlight cshtml tabtitle="CSHTML" %}
@@ -30,7 +30,7 @@ To add contextual tabs in Syncfusion Ribbon, you can utilize the [contextualTabs
3030

3131
## Selected tabs
3232

33-
By using the [isSelected](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_IsSelected) property within each tab object, you can control the selection state of each contextual tab and indicate which tab is currently active.
33+
By using the [isSelected](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Ribbon.RibbonContextualTab.html#Syncfusion_EJ2_Ribbon_RibbonContextualTab_IsSelected) property you can control the selected state of each contextual tab and indicates which tab is currently active.
3434

3535
{% tabs %}
3636
{% highlight cshtml tabtitle="CSHTML" %}
@@ -44,11 +44,11 @@ By using the [isSelected](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusi
4444

4545
### Show tab
4646

47-
You can make the specific tab visible by using the `showTab` method available in the Ribbon.
47+
You can use the `showTab` method to make the specific Contextual tab visible in the Ribbon.
4848

4949
### Hide tab
5050

51-
You can also hide specific tab by using the `hideTab` method available in the Ribbon.
51+
You can use the `hideTab` method to hide specific Contextual tab in the Ribbon.
5252

5353
{% tabs %}
5454
{% highlight cshtml tabtitle="CSHTML" %}

0 commit comments

Comments
 (0)