Class QAccordion_ActivateEvent
Triggered after a panel has been activated (after animation completes). If the accordion was previously collapsed, ui.oldHeader and ui.oldPanel will be empty jQuery objects. If the accordion is collapsing, ui.newHeader and ui.newPanel will be empty jQuery objects. Note: Since the activate event is only fired on panel activation, it is not fired for the initial panel when the accordion widget is created. If you need a hook for widget creation use the create event.
- event Type: Event
- ui Type: Object
- newHeader Type: jQuery The header that was just activated. * oldHeader Type: jQuery The header 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
- QAccordion_ActivateEvent
__construct(),
__get()
|
OverrideAttributes(),
__call(),
__set()
|
string |
EventName
|
#
'accordionactivate'
|
$intDelay,
$strCondition,
$strSelector
|
$Condition,
$Delay,
$EventName,
$JsReturnParam,
$Selector
|