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
Datei anzeigen Open project: toepoke/Fluqi

Public Methods

Method 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 method

Triggered when the menu loses focus.
public SetBlurEvent ( string blurEvent ) : Events
blurEvent string
return Events

SetCreateEvent() public method

Triggered when the menu is created.
public SetCreateEvent ( string createEvent ) : Events
createEvent string
return Events

SetFocusEvent() public method

Triggered when the menu loses focus.
public SetFocusEvent ( string focusEvent ) : Events
focusEvent string
return Events

SetSelectEvent() public method

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