File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -710,6 +710,8 @@ const result = instance.isOpen('Your tab ID');
710
710
711
711
Triggers 'onInit', 'onChange' and 'onOpen' event.
712
712
713
+ It only triggers 'onInit' event, if the tab is already open.
714
+
713
715
Return value : Promise
714
716
715
717
Parameters:
@@ -756,6 +758,8 @@ Makes current and previous selected tab to be re-rendered
756
758
757
759
Triggers 'onInit', 'onChange' and 'onSelect' event.
758
760
761
+ It only triggers 'onInit' event, if the tab is already selected.
762
+
759
763
Return value : Promise
760
764
761
765
Parameters:
@@ -776,6 +780,8 @@ if (instance.isSelected('1') == false) {
776
780
777
781
Triggers 'onInit', 'onChange' and 'onClose' event.
778
782
783
+ It only triggers 'onInit' event, if the tab is already closed.
784
+
779
785
When switching parameter is true, it switches to previous selected tab
780
786
781
787
Return value : Promise
You can’t perform that action at this time.
0 commit comments