HtmlForgeX

API Reference

Class

TablerServiceConfigLiveList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable live-bound list for service attention, status, and task items.

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 TablerServiceConfigLiveList() #

Methods

public TablerServiceConfigLiveList Binding(String attributeName, String attributeValue = "1") #
Returns: TablerServiceConfigLiveList

Marks the list with a custom attribute for live JavaScript binding.

Parameters

attributeName System.String requiredposition: 0
attributeValue System.String = "1" optionalposition: 1
public TablerServiceConfigLiveList EmptyText(String text) #
Returns: TablerServiceConfigLiveList

Sets the placeholder list item shown before live data is rendered.

Parameters

text System.String requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigLiveList Settings(Action<TablerServiceConfigLiveListSettings> configure) #
Returns: TablerServiceConfigLiveList

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigLiveListSettings} requiredposition: 0
public TablerServiceConfigLiveList Title(String title, Nullable<TablerIconType> icon = null, TablerColor color = Orange) #
Returns: TablerServiceConfigLiveList

Sets the list heading and optional icon.

Parameters

title System.String requiredposition: 0
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 1
color HtmlForgeX.TablerColor = Orange optionalposition: 2
public override String ToString() #
Returns: String