Appendix N (^) ❘ 587
icons Icons to use for headers.
Default value:
{
"header" :
"ui-icon-triangle-1-e",
"activeHeader" :
"ui-icon-triangle-1-s"
}
Object
ACCORDION EVENTS
activate Triggered once a panel is activated (after the
animation has fi nished).
function
(event, ui)
beforeActivate Triggered once a panel is opened, before
animation begins. Can be canceled to prevent
a panel from activating.
function
(event, ui)
create Triggered when an accordion is created. function
(event, ui)
ACCORDION UI OBJECT OPTIONS
The callback functions specifi ed for various accordion events specify a ui object in the second
argument. Following are the properties exposed in the ui object.
OPTION DESCRIPTION TYPE
ui.header The active header. jQuery
ui.newHeader The header of the panel about to be activated. jQuery
ui.newPanel The panel about to be activated. jQuery
ui.oldHeader The header of the panel about to be deactivated. jQuery
ui.oldPanel The panel about to be deactivated. jQuery
ui.panel The active panel. jQuery
http://www.it-ebooks.info
elliott
(Elliott)
#1