You are here: Start » Web HMI » Web HMI Controls » Form

Form

Represents a HTML <form> control that can be used to group related input controls and submit their values to a specified URL when a submit event occurs.

Properties

Action
Defines the URL to which the form data will be submitted when a submit event occurs. This can be a relative or absolute URL.
Height
Defines the CSS height of the control.
HiddenData
Defines an array of hidden data values that will be included in the form submission. Alternate array items are names and values of hidden input fields.
InitialIsEnabled
Defines the initial enabled state of the component that is used before the first value is set through the connection.
InitialIsVisible
Defines the initial visibility of the component that is used before the first value is set through the connection.
IsEnabled
Defines the enabled state of the component.
IsVisible
Defines the visibility of the component.
Margin
Defines the CSS margin of the control.
MaxHeight
Defines the CSS max-height of the control.
MaxWidth
Defines the CSS max-width of the control.
Method
Defines the HTTP method (GET or POST) that the form will use when submitting data to the specified action URL.
MinHeight
Defines the CSS min-height of the control.
MinWidth
Defines the CSS min-width of the control.
Name
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint.
Width
Defines the CSS width of the control.