HtmlForgeX

API Reference

Class

TablerFormRow

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Horizontal row of columns for form inputs.

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 TablerFormRow(TablerForm form) #

Create a new row bound to the owning form.

Parameters

form HtmlForgeX.TablerForm requiredposition: 0

Methods

public TablerFormRow Col(Action<TablerFormColumn> config) #
Returns: TablerFormRow

Add a column to the row and configure its controls.

Parameters

config System.Action{HtmlForgeX.TablerFormColumn} requiredposition: 0
public TablerFormRow Columns(Int32 bootstrapCol) #
Returns: TablerFormRow

Set default column width (Bootstrap grid units) for new columns.

Parameters

bootstrapCol System.Int32 requiredposition: 0
GetAuxiliaryChildren() #

Exposes columns for library registration traversal.

public override String ToString() #
Returns: String

Builds the HTML for the row.