C# Class Fluqi.Extension.jToolTip_Extensions

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

Public Methods

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

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)
return Fluqi.Widget.jToolTip.ToolTip

CreateToolTips() public static method

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)
return Fluqi.Widget.jToolTip.ToolTip