File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ This option assigns id attribute on panel element and button element inside the
471
471
<td>function</td>
472
472
<td>false</td>
473
473
<td>
474
- fires when the user click on the tab, but before select them.
474
+ fires when the user clicks on the tab, but before select them.
475
475
This event should return boolean true or false, If the event return false the tab is not selected.
476
476
</td>
477
477
</tr>
@@ -561,7 +561,7 @@ This option assigns id attribute on panel element and button element inside the
561
561
<td>function</td>
562
562
<td>false</td>
563
563
<td>
564
- fires when the user click on the close icon, but before close them.
564
+ fires when the user clicks on the close icon, but before close them.
565
565
This event should return boolean true or false, If the event return false the tab is not closed.
566
566
</td>
567
567
</tr>
@@ -728,6 +728,8 @@ Closing an already closed tab only triggers 'onInit' event.
728
728
It switches to the previously selected tab before closing if switching parameter
729
729
was true and tab was already opened and selected.
730
730
731
+ When the user clicks on the default close icon, close function is called with true value as a switching parameter.
732
+
731
733
Return value : Promise
732
734
733
735
Parameters:
You can’t perform that action at this time.
0 commit comments