Skip to content

Commit aad4c48

Browse files
update readme
1 parent 554dc61 commit aad4c48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,8 @@ const result = instance.isOpen('Your tab ID');
710710

711711
Triggers 'onInit', 'onChange' and 'onOpen' event.
712712

713+
It only triggers 'onInit' event, if the tab is already open.
714+
713715
Return value : Promise
714716

715717
Parameters:
@@ -756,6 +758,8 @@ Makes current and previous selected tab to be re-rendered
756758

757759
Triggers 'onInit', 'onChange' and 'onSelect' event.
758760

761+
It only triggers 'onInit' event, if the tab is already selected.
762+
759763
Return value : Promise
760764

761765
Parameters:
@@ -776,6 +780,8 @@ if (instance.isSelected('1') == false) {
776780

777781
Triggers 'onInit', 'onChange' and 'onClose' event.
778782

783+
It only triggers 'onInit' event, if the tab is already closed.
784+
779785
When switching parameter is true, it switches to previous selected tab
780786

781787
Return value : Promise

0 commit comments

Comments
 (0)