You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/ribbon/EJ2_ASP.MVC/contextual-tabs.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ documentation: ug
10
10
11
11
# Ribbon contextual tabs
12
12
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.
14
14
15
15
## Visible tabs
16
16
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.
18
18
19
19
## Adding contextual tabs
20
20
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.
22
22
23
23
{% tabs %}
24
24
{% highlight razor tabtitle="CSHTML" %}
@@ -30,7 +30,7 @@ To add contextual tabs in Syncfusion Ribbon, you can utilize the [ContextualTabs
30
30
31
31
## Selected tabs
32
32
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.
34
34
35
35
{% tabs %}
36
36
{% highlight razor tabtitle="CSHTML" %}
@@ -44,11 +44,11 @@ By using the [IsSelected](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusio
44
44
45
45
### Show tab
46
46
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.
48
48
49
49
### Hide tab
50
50
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.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/ribbon/EJ2_ASP.NETCORE/contextual-tabs.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ documentation: ug
10
10
11
11
# Ribbon contextual tabs
12
12
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.
14
14
15
15
## Visible tabs
16
16
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.
18
18
19
19
## Adding contextual tabs
20
20
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.
22
22
23
23
{% tabs %}
24
24
{% highlight cshtml tabtitle="CSHTML" %}
@@ -30,7 +30,7 @@ To add contextual tabs in Syncfusion Ribbon, you can utilize the [contextualTabs
30
30
31
31
## Selected tabs
32
32
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.
34
34
35
35
{% tabs %}
36
36
{% highlight cshtml tabtitle="CSHTML" %}
@@ -44,11 +44,11 @@ By using the [isSelected](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusi
44
44
45
45
### Show tab
46
46
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.
48
48
49
49
### Hide tab
50
50
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.
0 commit comments