HtmlForgeX

API Reference

Class

TablerAuditList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Minimal audit list (timeline) for “who did what” events (uploads, deletes, logins, etc.). UI-only; the backing store should live in your app/service.

Inheritance

Constructors

Methods

public TablerAuditList Empty(String title, String description = null) #
Returns: TablerAuditList

Sets empty placeholder content when no events exist. Pass null/empty to disable.

Parameters

title System.String requiredposition: 0
description System.String = null optionalposition: 1
RegisterLibraries() #
public TablerAuditList Settings(Action<TablerAuditListSettings> configure) #
Returns: TablerAuditList

Groups less-common options under a single fluent entry point.

Parameters

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