C# Класс Fluqi.Widget.jAccordion.Events

A set of events to apply to a set of jQuery UI Accordion.
Наследование: Core.Options
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SetActivateEvent() публичный Метод

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
Результат Events

SetBeforeActivateEvent() публичный Метод

This event is triggered every time the accordion starts to change.
public SetBeforeActivateEvent ( string methodSource ) : Events
methodSource string
Результат Events

SetCreateEvent() публичный Метод

This event is triggered when accordion is created.
public SetCreateEvent ( string methodSource ) : Events
methodSource string
Результат Events