Skip to content

Commit

Permalink
Context Menu / Menu: additional changes in data and typo's (#3216)
Browse files Browse the repository at this point in the history
* Context Menu / Menu: additional changes in data and typography

* fix on PR review missed typos and indention of lines

* missed typo error fix
  • Loading branch information
nikkithelegendarypokemonster authored May 23, 2024
1 parent 9a0f23d commit b4dc2f0
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 185 deletions.
314 changes: 157 additions & 157 deletions MVCDemos/Models/SampleData/ContextMenuData.cs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions MVCDemos/Models/SampleData/MenuScrollingData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ public static class MenuScrollingData {
text = "Projectors & Screens"
},
new MenuItem {
text = "Computers Accessories",
text = "Computer Accessories",
},
}
},
new MenuItem
{
text = "Cell phones",
text = "Cell Phones",
items = new[]
{
new MenuItem {
text = "Home & Office Phones"
},
new MenuItem {
text = "Smart phones & PDAs"
text = "Smart Phones & PDAs"
},
new MenuItem {
text = "Senior Cell Phones"
Expand All @@ -63,7 +63,7 @@ public static class MenuScrollingData {
text = "Mobile Broadband Devices"
},
new MenuItem {
text = "Cell phones Accessories"
text = "Cell Phone Accessories"
},
}
},
Expand Down Expand Up @@ -114,7 +114,7 @@ public static class MenuScrollingData {
text = "Underwater Video & Photography"
},
new MenuItem {
text = "Cameras Accessories"
text = "Camera Accessories"
},
}
},
Expand Down Expand Up @@ -236,7 +236,7 @@ public static class MenuScrollingData {
items = new []
{
new MenuItem {
text = "PC games"
text = "PC Games"
},
new MenuItem {
text = "Virtual Reality"
Expand Down Expand Up @@ -266,7 +266,7 @@ public static class MenuScrollingData {
{
new MenuItem
{
text = "Sport & Outdoors",
text = "Sports & Outdoors",
items = new []
{
new MenuItem {
Expand All @@ -291,7 +291,7 @@ public static class MenuScrollingData {
text = "Sport Apparel"
},
new MenuItem {
text = "Sport Shoes"
text = "Trainers & Tennis Shoes"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion MVCDemos/Views/ContextMenu/Scrolling.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="target-area">
Right click here to show the context menu
Right click within this region to display the DevExtreme Context Menu
</div>

@(Html.DevExtreme().ContextMenu()
Expand Down
2 changes: 1 addition & 1 deletion MVCDemos/Views/Menu/Scrolling.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="option">
@(Html.DevExtreme().CheckBox()
.Value(false)
.Text("Limit submenus height by 200 px")
.Text("Limit submenu height to 200 px")
.OnValueChanged("checkBoxValue_changed")
)
</div>
Expand Down
16 changes: 8 additions & 8 deletions NetCoreDemos/Models/SampleData/ContextMenuData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ public static class ContextMenuData {
text = "Projectors & Screens"
},
new ContextMenuScrollingItem {
text = "Computers Accessories",
text = "Computer Accessories",
},
}
},
new ContextMenuScrollingItem
{
text = "Cell phones",
text = "Cell Phones",
items = new[]
{
new ContextMenuScrollingItem {
text = "Home & Office Phones"
},
new ContextMenuScrollingItem {
text = "Smart phones & PDAs"
text = "Smart Phones & PDAs"
},
new ContextMenuScrollingItem {
text = "Senior Cell Phones"
Expand All @@ -64,7 +64,7 @@ public static class ContextMenuData {
text = "Mobile Broadband Devices"
},
new ContextMenuScrollingItem {
text = "Cell phones Accessories"
text = "Cell Phone Accessories"
},
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@ public static class ContextMenuData {
text = "Underwater Video & Photography"
},
new ContextMenuScrollingItem {
text = "Cameras Accessories"
text = "Camera Accessories"
},
}
},
Expand Down Expand Up @@ -237,7 +237,7 @@ public static class ContextMenuData {
items = new []
{
new ContextMenuScrollingItem {
text = "PC games"
text = "PC Games"
},
new ContextMenuScrollingItem {
text = "Virtual Reality"
Expand Down Expand Up @@ -267,7 +267,7 @@ public static class ContextMenuData {
{
new ContextMenuScrollingItem
{
text = "Sport & Outdoors",
text = "SportS & Outdoors",
items = new []
{
new ContextMenuScrollingItem {
Expand All @@ -292,7 +292,7 @@ public static class ContextMenuData {
text = "Sport Apparel"
},
new ContextMenuScrollingItem {
text = "Sport Shoes"
text = "Trainers & Tennis Shoes"
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions NetCoreDemos/Models/SampleData/MenuScrollingData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ public static class MenuScrollingData {
text = "Projectors & Screens"
},
new MenuItem {
text = "Computers Accessories",
text = "Computer Accessories",
},
}
},
new MenuItem
{
text = "Cell phones",
text = "Cell Phones",
items = new[]
{
new MenuItem {
text = "Home & Office Phones"
},
new MenuItem {
text = "Smart phones & PDAs"
text = "Smart Phones & PDAs"
},
new MenuItem {
text = "Senior Cell Phones"
Expand All @@ -64,7 +64,7 @@ public static class MenuScrollingData {
text = "Mobile Broadband Devices"
},
new MenuItem {
text = "Cell phones Accessories"
text = "Cell Phone Accessories"
},
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@ public static class MenuScrollingData {
text = "Underwater Video & Photography"
},
new MenuItem {
text = "Cameras Accessories"
text = "Camera Accessories"
},
}
},
Expand Down Expand Up @@ -237,7 +237,7 @@ public static class MenuScrollingData {
items = new []
{
new MenuItem {
text = "PC games"
text = "PC Games"
},
new MenuItem {
text = "Virtual Reality"
Expand Down Expand Up @@ -267,7 +267,7 @@ public static class MenuScrollingData {
{
new MenuItem
{
text = "Sport & Outdoors",
text = "Sports & Outdoors",
items = new []
{
new MenuItem {
Expand All @@ -292,7 +292,7 @@ public static class MenuScrollingData {
text = "Sport Apparel"
},
new MenuItem {
text = "Sport Shoes"
text = "Trainers & Tennis Shoes"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion NetCoreDemos/Views/ContextMenu/Scrolling.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="target-area">
Right click here to show the context menu
Right click within this region to display the DevExtreme Context Menu
</div>

@(Html.DevExtreme().ContextMenu()
Expand Down
2 changes: 1 addition & 1 deletion NetCoreDemos/Views/Menu/Scrolling.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="option">
@(Html.DevExtreme().CheckBox()
.Value(false)
.Text("Limit submenus height by 200 px")
.Text("Limit submenu height to 200 px")
.OnValueChanged("checkBoxValue_changed")
)
</div>
Expand Down

0 comments on commit b4dc2f0

Please sign in to comment.