Skip to content

Commit 77386ca

Browse files
committed
Tabs: Fixed description of beforeActivate event timing.
1 parent 176ac55 commit 77386ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/tabs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</argument>
9898
</event>
9999
<event name="beforeActivate">
100-
<desc>Triggered directly after a tab is activated. Can be canceled to prevent the tab from activating. If the tabs are currently collapsed, <code>ui.oldTab</code> and <code>ui.oldPanel</code> will be empty jQuery objects. If the tabs are collapsing, <code>ui.newTab</code> and <code>ui.newPanel</code> will be empty jQuery objects.</desc>
100+
<desc>Triggered immediately before a tab is activated. Can be canceled to prevent the tab from activating. If the tabs are currently collapsed, <code>ui.oldTab</code> and <code>ui.oldPanel</code> will be empty jQuery objects. If the tabs are collapsing, <code>ui.newTab</code> and <code>ui.newPanel</code> will be empty jQuery objects.</desc>
101101
<argument name="event" type="Event"/>
102102
<argument name="ui" type="Object">
103103
<property name="newTab" type="jQuery">

0 commit comments

Comments
 (0)