C# 클래스 Fluqi.Widget.jAccordion.Events

A set of events to apply to a set of jQuery UI Accordion.
상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
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