C# Class Fluqi.Widget.jAccordion.Events

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

Méthodes publiques

Méthode 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 méthode

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
Résultat Events

SetBeforeActivateEvent() public méthode

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

SetCreateEvent() public méthode

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