InputType
Wisej.Web.InputType
Last updated
Wisej.Web.InputType
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the type, min, max, step, and mode properties to associate to the element in a TextBox control. See https://www.w3schools.com/tags/att_input_type.asp.
String: Specifies the maximum value allowed. See https://www.w3schools.com/tags/att_input_type.asp.
String: Specifies the minimum value allowed. See https://www.w3schools.com/tags/att_input_type.asp.
TextBoxMode: Specifies the type of data that might be entered by the user while editing the element or its contents. See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode.
Nullable<Double>: Specifies the legal number intervals. See https://www.w3schools.com/tags/att_input_type.asp.
TextBoxType: Specifies the type of element to display. See https://www.w3schools.com/tags/att_input_type.asp.