HtmlForgeX

API Reference

Class

TablerRosterList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Richer list-group primitive for dashboard rosters, contacts, reviewers, and compact people lists.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerRosterList AddItem(Action<TablerRosterListItem> configure) #
Returns: TablerRosterList

Adds a typed roster item.

Parameters

configure System.Action{HtmlForgeX.TablerRosterListItem} requiredposition: 0
public TablerRosterList Header(String text, Boolean sticky = true) #
Returns: TablerRosterList

Adds a sticky or static section header.

Parameters

text System.String requiredposition: 0
sticky System.Boolean = true optionalposition: 1
RegisterLibraries() #
public TablerRosterList Settings(Action<TablerRosterListSettings> configure) #
Returns: TablerRosterList

Groups less-common display toggles under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerRosterListSettings} requiredposition: 0
public override String ToString() #
Returns: String