Class QTabs_ActivateEvent
Triggered after a tab has been activated (after animation completes). If the tabs were previously collapsed, ui.oldTab and ui.oldPanel will be empty jQuery objects. If the tabs are collapsing, ui.newTab and ui.newPanel will be empty jQuery objects. Note: Since the activate event is only fired on tab activation, it is not fired for the initial tab when the tabs widget is created. If you need a hook for widget creation use the create event.
- event Type: Event
- ui Type: Object
- newTab Type: jQuery The tab that was just activated. * oldTab Type: jQuery The tab that was just deactivated. * newPanel Type: jQuery The panel that was just activated. * oldPanel Type: jQuery The panel that was just deactivated.
- QBaseClass
- QEvent
- QJqUiEvent
- QTabs_ActivateEvent
Located at includes/base_controls/QTabsGen.class.php
__construct(),
__get()
|
OverrideAttributes(),
__call(),
__set()
|
string |
EventName
|
#
'tabsactivate'
|
$intDelay,
$strCondition,
$strSelector
|
$Condition,
$Delay,
$EventName,
$JsReturnParam,
$Selector
|