C# Class Fluqi.Widget.jAccordion.Events

A set of events to apply to a set of jQuery UI Accordion.
Inheritance: Core.Options
Datei anzeigen Open project: toepoke/Fluqi

Public Methods

Method Description
SetActivateEvent ( string methodSource ) : Events

This event is triggered every time the accordion changes. If the accordion is animated, the event will be triggered upon completion of the animation; otherwise, it is triggered immediately.

SetBeforeActivateEvent ( string methodSource ) : Events

This event is triggered every time the accordion starts to change.

SetCreateEvent ( string methodSource ) : Events

This event is triggered when accordion is created.

Method Details

SetActivateEvent() public method

This event is triggered every time the accordion changes. If the accordion is animated, the event will be triggered upon completion of the animation; otherwise, it is triggered immediately.
public SetActivateEvent ( string methodSource ) : Events
methodSource string
return Events

SetBeforeActivateEvent() public method

This event is triggered every time the accordion starts to change.
public SetBeforeActivateEvent ( string methodSource ) : Events
methodSource string
return Events

SetCreateEvent() public method

This event is triggered when accordion is created.
public SetCreateEvent ( string methodSource ) : Events
methodSource string
return Events