HtmlForgeX

API Reference

Class

TablerServiceConfigFormFieldSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Field-level constraints and dependency settings for TablerServiceConfigForm.

Inheritance

  • Object
  • TablerServiceConfigFormFieldSettings

Usage

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

Accepted by parameters

Methods

public TablerServiceConfigFormFieldSettings DependsOn(String fieldPath, String expectedValue = "true") #
Returns: TablerServiceConfigFormFieldSettings

Disables this field until another collected field has the expected value.

Parameters

fieldPath System.String requiredposition: 0
expectedValue System.String = "true" optionalposition: 1
public TablerServiceConfigFormFieldSettings Disabled(Boolean enable = true) #
Returns: TablerServiceConfigFormFieldSettings

Disables the field.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigFormFieldSettings Lines(Boolean enable = true) #
Returns: TablerServiceConfigFormFieldSettings

Collects a text-area value as a newline-delimited string array.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigFormFieldSettings Max(String value) #
Returns: TablerServiceConfigFormFieldSettings

Sets numeric maximum.

Parameters

value System.String requiredposition: 0
public TablerServiceConfigFormFieldSettings Min(String value) #
Returns: TablerServiceConfigFormFieldSettings

Sets numeric minimum.

Parameters

value System.String requiredposition: 0
public TablerServiceConfigFormFieldSettings Pattern(String value) #
Returns: TablerServiceConfigFormFieldSettings

Sets an input pattern for constrained text values.

Parameters

value System.String requiredposition: 0
public TablerServiceConfigFormFieldSettings ReadOnly(Boolean enable = true) #
Returns: TablerServiceConfigFormFieldSettings

Marks the field read-only while keeping the value visible and collectible.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigFormFieldSettings Required(Boolean enable = true) #
Returns: TablerServiceConfigFormFieldSettings

Marks the field as required.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigFormFieldSettings Step(String value) #
Returns: TablerServiceConfigFormFieldSettings

Sets numeric step.

Parameters

value System.String requiredposition: 0
public TablerServiceConfigFormFieldSettings Unit(String value) #
Returns: TablerServiceConfigFormFieldSettings

Shows a small unit label next to the control.

Parameters

value System.String requiredposition: 0