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
471471 <td>function</td>
472472 <td>false</td>
473473 <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.
475475 This event should return boolean true or false, If the event return false the tab is not selected.
476476 </td>
477477 </tr>
@@ -561,7 +561,7 @@ This option assigns id attribute on panel element and button element inside the
561561 <td>function</td>
562562 <td>false</td>
563563 <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.
565565 This event should return boolean true or false, If the event return false the tab is not closed.
566566 </td>
567567 </tr>
@@ -728,6 +728,8 @@ Closing an already closed tab only triggers 'onInit' event.
728728It switches to the previously selected tab before closing if switching parameter
729729was true and tab was already opened and selected.
730730
731+ When the user clicks on the default close icon, close function is called with true value as a switching parameter.
732+
731733Return value : Promise
732734
733735Parameters:
You can’t perform that action at this time.
0 commit comments