FormInput Class

Wrapper for a form element.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class FormInput : ComponentBase
Inheritance
Object    ComponentBase    FormInput

Constructors

FormInputInitializes a new instance of the FormInput class

Properties

ChildContent Contents of the form element.
Disabled Whether the form element is disabled.
Id ID of the element
Label Label left of the checkbox element
ToolTip Tooltip for the checkbox element

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also