File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
CS/DxBlazorApplication1/Components/Pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 TabReordering =" OnTabReordering"
1212 TabClosing =" OnTabClosing"
1313 RenderMode =" TabsRenderMode.AllTabs" >
14- <DxTabPage CssClass =" t1 " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Counter " )" Visible =" @collection.GetVisibleByTabText(" Counter " )" Text =" Counter" >
14+ <DxTabPage CssClass =" counter-tab " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Counter " )" Visible =" @collection.GetVisibleByTabText(" Counter " )" Text =" Counter" >
1515 <Counter ></Counter >
1616 </DxTabPage >
17- <DxTabPage CssClass =" t2 " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Weather " )" Visible =" @collection.GetVisibleByTabText(" Weather " )" Text =" Weather" >
17+ <DxTabPage CssClass =" weather-tab " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Weather " )" Visible =" @collection.GetVisibleByTabText(" Weather " )" Text =" Weather" >
1818 <Weather ></Weather >
1919 </DxTabPage >
20- <DxTabPage CssClass =" t3 " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Forms " )" Visible =" @collection.GetVisibleByTabText(" Forms " )" Text =" Forms" >
20+ <DxTabPage CssClass =" forms-tab " AllowClose =" true" VisibleIndex =" @collection.GetVisibleIndexByTabText(" Forms " )" Visible =" @collection.GetVisibleByTabText(" Forms " )" Text =" Forms" >
2121 <Forms ></Forms >
2222 </DxTabPage >
2323 </DxTabs >
You can’t perform that action at this time.
0 commit comments