C# Class Fluqi.Extension.jToolTip_Extensions

Set of extensions to the Html and Page objects for creating a ToolTip widget through the library.
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode Description
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.

Method Details

CreateToolTip() public static méthode

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)
Résultat Fluqi.Widget.jToolTip.ToolTip

CreateToolTips() public static méthode

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)
Résultat Fluqi.Widget.jToolTip.ToolTip