C# Class Fluqi.Widget.jMenu.Events

A set of properties to apply to a set of jQuery UI Menu.
Properties not yet supported:
Inheritance: Core.Options
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode Description
SetBlurEvent ( string blurEvent ) : Events

Triggered when the menu loses focus.

SetCreateEvent ( string createEvent ) : Events

Triggered when the menu is created.

SetFocusEvent ( string focusEvent ) : Events

Triggered when the menu loses focus.

SetSelectEvent ( string selectEvent ) : Events

Triggered when a menu item is selected.

Method Details

SetBlurEvent() public méthode

Triggered when the menu loses focus.
public SetBlurEvent ( string blurEvent ) : Events
blurEvent string
Résultat Events

SetCreateEvent() public méthode

Triggered when the menu is created.
public SetCreateEvent ( string createEvent ) : Events
createEvent string
Résultat Events

SetFocusEvent() public méthode

Triggered when the menu loses focus.
public SetFocusEvent ( string focusEvent ) : Events
focusEvent string
Résultat Events

SetSelectEvent() public méthode

Triggered when a menu item is selected.
public SetSelectEvent ( string selectEvent ) : Events
selectEvent string
Résultat Events