Skip to content

Commit fc7e946

Browse files
update readme
1 parent 995a156 commit fc7e946

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
728728
It switches to the previously selected tab before closing if switching parameter
729729
was 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+
731733
Return value : Promise
732734

733735
Parameters:

0 commit comments

Comments
 (0)