[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TooltipBaseBuilder-2

TooltipBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate TooltipBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
TooltipBaseBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class TooltipBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : TooltipBase where TBuilder : TooltipBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
TooltipBaseBuilder(TControl)

Creates one TooltipBaseBuilder<TControl, TBuilder> instance to configurate obj.

Methods

Name Description
CssClass(string)

Configurates CssClass. Sets the tooltip CSS class

Gap(int)

Configurates Gap. Sets the distance between the tooltip and the target element.

HideDelay(int)

Configurates HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.

IsContentHtml(bool)

Configurates IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML.

OnClientPopup(string)

Configurates the OnClientPopup client event. Occurs before the tooltip content is displayed.

Position(PopupPosition)

Configurates Position. Sets the PopupPosition where the tooltip should be displayed with respect to the owner element.

ShowAtMouse(bool)

Configurates ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.

ShowDelay(int)

Configurates ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.

Trigger(TooltipTrigger)

Configurates Trigger. Sets the TooltipTrigger that determines how the tooltip should be triggered.