C# Класс Fluqi.Extension.jToolTip_Extensions

Set of extensions to the Html and Page objects for creating a ToolTip widget through the library.
Показать файл Открыть проект

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

Метод Описание
CreateToolTip ( this html, string id ) : ToolTip

Creates a ToolTip control that can be configured and later rendered on the page.

CreateToolTips ( this html ) : ToolTip

Creates a ToolTip control that can be configured and later rendered on the page.

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

CreateToolTip() публичный статический Метод

Creates a ToolTip control that can be configured and later rendered on the page.
public static CreateToolTip ( this html, string id ) : ToolTip
html this Html helper (used to get the HttpResponse object to render onto)
id string ID to target the tooltip (must be unique on the page)
Результат Fluqi.Widget.jToolTip.ToolTip

CreateToolTips() публичный статический Метод

Creates a ToolTip control that can be configured and later rendered on the page.
public static CreateToolTips ( this html ) : ToolTip
html this Html helper (used to get the HttpResponse object to render onto)
Результат Fluqi.Widget.jToolTip.ToolTip