HtmlForgeX

API Reference

Class

TablerServiceImpactPanel

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Right-rail impact and safety panel for validation, reload, restart, and apply-risk summaries.

Inheritance

Usage

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

Constructors

Methods

public TablerServiceImpactPanel AddImpact(String title, String status, String description, TablerColor color = Blue, TablerIconType icon = InfoCircle, String linkText = null, String linkUrl = "#", String actionDetail = null) #
Returns: TablerServiceImpactPanel

Adds one impact or safety line.

Parameters

title System.String requiredposition: 0
status System.String requiredposition: 1
description System.String requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
icon HtmlForgeX.TablerIconType = InfoCircle optionalposition: 4
linkText System.String = null optionalposition: 5
linkUrl System.String = "#" optionalposition: 6
actionDetail System.String = null optionalposition: 7
RegisterLibraries() #
public TablerServiceImpactPanel Settings(Action<TablerServiceImpactPanelSettings> configure) #
Returns: TablerServiceImpactPanel

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

Parameters

configure System.Action{HtmlForgeX.TablerServiceImpactPanelSettings} requiredposition: 0
public TablerServiceImpactPanel Subtitle(String subtitle) #
Returns: TablerServiceImpactPanel

Sets optional helper text.

Parameters

subtitle System.String requiredposition: 0
public TablerServiceImpactPanel Title(String title) #
Returns: TablerServiceImpactPanel

Sets panel title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String