API Reference
Class
TablerFormSettings
Settings sub‑builder for TablerForm to group less common toggles.
Inheritance
- Object
- TablerFormSettings
Methods
public TablerFormSettings Action(String action) #Returns:
TablerFormSettingsSet the action URL for the form.
Parameters
- action System.String
public TablerFormSettings Actions(FormActionsPlacement placement) #Returns:
TablerFormSettingsSet actions bar placement (Top/Bottom/Both).
Parameters
- placement HtmlForgeX.FormActionsPlacement
public TablerFormSettings Enctype(String enctype) #Returns:
TablerFormSettingsSet the enctype attribute for the form (e.g., "multipart/form-data").
Parameters
- enctype System.String
public TablerFormSettings Grid(Int32 columns = 2) #Returns:
TablerFormSettingsUse grid layout with the specified number of columns.
Parameters
- columns System.Int32 = 2
public TablerFormSettings Horizontal() #Returns:
TablerFormSettingsUse horizontal layout with inline labels.
public TablerFormSettings InlineLabelWidth(Int32 cols) #Returns:
TablerFormSettingsSet inline label width (Bootstrap columns).
Parameters
- cols System.Int32
public TablerFormSettings Labels(LabelMode mode) #Returns:
TablerFormSettingsSet label placement strategy.
Parameters
- mode HtmlForgeX.LabelMode
public TablerFormSettings Method(String method) #Returns:
TablerFormSettingsSet the HTTP method attribute for the form.
Parameters
- method System.String
public TablerFormSettings Multipart(Boolean enable = true) #Returns:
TablerFormSettingsEnable multipart/form-data encoding required for file uploads.
Parameters
- enable System.Boolean = true
public TablerFormSettings WrapControls(Boolean wrap = true) #Returns:
TablerFormSettingsWrap loose controls in a vertical stack for consistent spacing.
Parameters
- wrap System.Boolean = true