C# 클래스 Fluqi.Extension.jToolTip_Extensions

Set of extensions to the Html and Page objects for creating a ToolTip widget through the library.
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
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