HtmlForgeX

API Reference

Class

TablerInfoPopover

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Small typed info affordance that opens a Bootstrap/Tabler popover. Intended for compact explanatory copy in cards, grids, and other dense visuals.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerInfoPopover AriaLabel(String label) #
Returns: TablerInfoPopover

Sets the accessible label used by screen readers.

Parameters

label System.String requiredposition: 0
public TablerInfoPopover Label(String label) #
Returns: TablerInfoPopover

Sets the compact trigger label used by text-link variants.

Parameters

label System.String requiredposition: 0
public TablerInfoPopover Placement(TablerPopoverPlacement placement) #
Returns: TablerInfoPopover

Sets the preferred popover placement.

Parameters

placement HtmlForgeX.TablerPopoverPlacement requiredposition: 0
RegisterLibraries() #
public TablerInfoPopover Title(String title) #
Returns: TablerInfoPopover

Sets the popover heading text.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerInfoPopover Trigger(TablerPopoverTrigger trigger) #
Returns: TablerInfoPopover

Sets how the popover is activated.

Parameters

trigger HtmlForgeX.TablerPopoverTrigger requiredposition: 0
public TablerInfoPopover VisualStyle(TablerInfoPopoverVisualStyle visualStyle) #
Returns: TablerInfoPopover

Sets how the trigger looks.

Parameters

visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle requiredposition: 0