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

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

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

Метод Описание
Events ( ToolTip tip ) : System

Constructor

Finish ( ) : ToolTip

Used to flag that configuration of Events has finished, and returns the ToolTip object so we can continue defining attributes.

SetCloseEvent ( string closeEvent ) : Events

Triggered when a tooltip is closed, triggered on focusout or mouseleave.

SetCreateEvent ( string createEvent ) : Events

This event is triggered when tooltip is created.

SetOpenEvent ( string openEvent ) : Events

Triggered when a tooltip is shown, triggered on focusin or mouseover.

Защищенные методы

Метод Описание
DiscoverOptions ( Core options ) : void

Builds up a set of events the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.

Reset ( ) : void

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library

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

DiscoverOptions() защищенный Метод

Builds up a set of events the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.
protected DiscoverOptions ( Core options ) : void
options Core Collection to add the identified options to
Результат void

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

Constructor
public Events ( ToolTip tip ) : System
tip ToolTip ToolTip object to configure events for
Результат System

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

Used to flag that configuration of Events has finished, and returns the ToolTip object so we can continue defining attributes.
public Finish ( ) : ToolTip
Результат ToolTip

Reset() защищенный Метод

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library
protected Reset ( ) : void
Результат void

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

Triggered when a tooltip is closed, triggered on focusout or mouseleave.
public SetCloseEvent ( string closeEvent ) : Events
closeEvent string
Результат Events

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

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

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

Triggered when a tooltip is shown, triggered on focusin or mouseover.
public SetOpenEvent ( string openEvent ) : Events
openEvent string
Результат Events