HtmlForgeX

API Reference

Class

TablerServiceConfigRepeater

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable array editor for service configuration lists such as exclusions, shares, recipients, and stages.

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

Methods

public TablerServiceConfigRepeater AddItem(String key, String label, String summary, Action<TablerServiceConfigForm> configure) #
Returns: TablerServiceConfigRepeater

Adds an editable item to the array editor.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
summary System.String requiredposition: 2
configure System.Action{HtmlForgeX.TablerServiceConfigForm} requiredposition: 3
public TablerServiceConfigRepeater AddLabel(String label) #
Returns: TablerServiceConfigRepeater

Sets the add button label.

Parameters

label System.String requiredposition: 0
GetAuxiliaryChildren() #
public TablerServiceConfigRepeater Path(String path) #
Returns: TablerServiceConfigRepeater

Sets the JSON array path represented by this repeater.

Parameters

path System.String requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigRepeater Settings(Action<TablerServiceConfigRepeaterSettings> configure) #
Returns: TablerServiceConfigRepeater

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigRepeaterSettings} requiredposition: 0
public TablerServiceConfigRepeater Title(String title, String subtitle = null) #
Returns: TablerServiceConfigRepeater

Sets an optional repeater title and subtitle.

Parameters

title System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
public override String ToString() #
Returns: String