Skip to content

Commit

Permalink
TabPanel: Get rid the showNavButtons prop
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao authored Nov 27, 2023
1 parent 2b71688 commit 7b39910
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
width="100%"
[height]="418"
[animationEnabled]="true"
[showNavButtons]="true"
[swipeEnabled]="true"
[dataSource]="dataSource"
[tabsPosition]="tabsPosition"
Expand Down
1 change: 0 additions & 1 deletion JSDemos/Demos/TabPanel/Overview/React/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const App = () => {
height={418}
animationEnabled={true}
swipeEnabled={true}
showNavButtons={true}
dataSource={dataSource}
tabsPosition={tabsPosition}
stylingMode={stylingMode}
Expand Down
1 change: 0 additions & 1 deletion JSDemos/Demos/TabPanel/Overview/ReactJs/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const App = () => {
height={418}
animationEnabled={true}
swipeEnabled={true}
showNavButtons={true}
dataSource={dataSource}
tabsPosition={tabsPosition}
stylingMode={stylingMode}
Expand Down
1 change: 0 additions & 1 deletion JSDemos/Demos/TabPanel/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
:tabs-position="tabsPosition"
:styling-mode="stylingMode"
:icon-position="iconPosition"
:show-nav-buttons="true"
>
<template #tabPanelItem="{ data }">
<TabPanelItem
Expand Down
1 change: 0 additions & 1 deletion JSDemos/Demos/TabPanel/Overview/jQuery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ $(() => {
height: 418,
animationEnabled: true,
swipeEnabled: true,
showNavButtons: true,
tabsPosition: tabsPositions[0],
stylingMode: stylingModes[0],
iconPosition: iconPositions[0],
Expand Down
1 change: 0 additions & 1 deletion MVCDemos/Views/TabPanel/Overview.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
.Height(418)
.AnimationEnabled(true)
.SwipeEnabled(true)
.ShowNavButtons(true)
.TabsPosition(Position.Top)
.StylingMode(TabsStyle.Secondary)
.IconPosition(TabsIconPosition.Top)
Expand Down
1 change: 0 additions & 1 deletion NetCoreDemos/Views/TabPanel/Overview.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
.Height(418)
.AnimationEnabled(true)
.SwipeEnabled(true)
.ShowNavButtons(true)
.TabsPosition(Position.Top)
.StylingMode(TabsStyle.Secondary)
.IconPosition(TabsIconPosition.Top)
Expand Down
Binary file modified testing/widgets/tabpanel/etalons/tabpanel_iconposition_start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b39910

Please sign in to comment.