HtmlForgeX

API Reference

Class

TablerCollectionCards

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Responsive card-grid collection surface for entity records that should read as cards rather than rows.

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

public TablerCollectionCards() #

Methods

AddEntityRecord 2 overloads
public TablerCollectionCards AddEntityRecord(TablerDashboardEntityRecord record) #
Returns: TablerCollectionCards
EditorBrowsable(2)

Adds a shared entity record without remapping it by hand.

Parameters

record HtmlForgeX.TablerEntityRecord requiredposition: 0
AddEntityRecord(HtmlForgeX.TablerDashboardEntityRecord record) #

Adds a shared entity record using the legacy dashboard record name.

Parameters

record HtmlForgeX.TablerDashboardEntityRecord required
public TablerCollectionCards AddItem(Action<TablerCollectionCardItem> configure) #
Returns: TablerCollectionCards

Adds a typed collection card.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionCardItem} requiredposition: 0
RegisterLibraries() #
public TablerCollectionCards Settings(Action<TablerCollectionCardsSettings> configure) #
Returns: TablerCollectionCards

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

Parameters

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