C# Class Fluqi.Widget.jDialog.Events

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

Méthodes publiques

Méthode Description
SetBeforeCloseEvent ( string methodSource ) : Events

This event is triggered when a dialog attempts to close. If the beforeClose event handler (callback function) returns false, the close will be prevented.

SetCloseEvent ( string methodSource ) : Events

This event is triggered when the dialog is closed.

SetCreateEvent ( string methodSource ) : Events

This event is triggered when Dialog is created.

SetDragEvent ( string methodSource ) : Events

This event is triggered when the dialog is dragged.

SetDragStartEvent ( string methodSource ) : Events

This event is triggered at the beginning of the dialog being dragged.

SetDragStopEvent ( string methodSource ) : Events

This event is triggered after the dialog has been dragged.

SetFocusEvent ( string methodSource ) : Events

This event is triggered when the dialog gains focus.

SetOpenEvent ( string methodSource ) : Events

This event is triggered when dialog is opened.

SetResizeEvent ( string methodSource ) : Events

This event is triggered when the dialog is resized.

SetResizeStartEvent ( string methodSource ) : Events

This event is triggered at the beginning of the dialog being resized.

SetResizeStopEvent ( string methodSource ) : Events

This event is triggered after the dialog has been resized.

Method Details

SetBeforeCloseEvent() public méthode

This event is triggered when a dialog attempts to close. If the beforeClose event handler (callback function) returns false, the close will be prevented.
public SetBeforeCloseEvent ( string methodSource ) : Events
methodSource string
Résultat Events

SetCloseEvent() public méthode

This event is triggered when the dialog is closed.
public SetCloseEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetCreateEvent() public méthode

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

SetDragEvent() public méthode

This event is triggered when the dialog is dragged.
public SetDragEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetDragStartEvent() public méthode

This event is triggered at the beginning of the dialog being dragged.
public SetDragStartEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetDragStopEvent() public méthode

This event is triggered after the dialog has been dragged.
public SetDragStopEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetFocusEvent() public méthode

This event is triggered when the dialog gains focus.
public SetFocusEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetOpenEvent() public méthode

This event is triggered when dialog is opened.
public SetOpenEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetResizeEvent() public méthode

This event is triggered when the dialog is resized.
public SetResizeEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetResizeStartEvent() public méthode

This event is triggered at the beginning of the dialog being resized.
public SetResizeStartEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events

SetResizeStopEvent() public méthode

This event is triggered after the dialog has been resized.
public SetResizeStopEvent ( string methodSource ) : Events
methodSource string Source code to use when the event is called
Résultat Events