Skip to content

Commit

Permalink
Fixed #9490 - Wrong documentation for controlCase on TabView
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jan 12, 2021
1 parent 63f2113 commit 2ecda13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/showcase/components/tabview/tabviewdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ <h5>Properties of TabView</h5>
<td>null</td>
<td>Index of the active tab to change selected tab programmatically.</td>
</tr>
<tr>
<td>controlClose</td>
<td>boolean</td>
<td>false</td>
<td>Whether tab close is controlled at onClose event or not.</td>
</tr>
<tr>
<td>style</td>
<td>string</td>
Expand Down Expand Up @@ -395,12 +401,6 @@ <h5>Properties of TabPanel</h5>
<td>null</td>
<td>Style class of the tab header.</td>
</tr>
<tr>
<td>controlClose</td>
<td>boolean</td>
<td>false</td>
<td>Whether tab close is controlled at onClose event or not.</td>
</tr>
<tr>
<td>cache</td>
<td>boolean</td>
Expand Down

0 comments on commit 2ecda13

Please sign in to comment.