[]
[Obsolete("The struct is going to be deleted in further releases. Use C1.Blazor.Core.C1HtmlInputType enum instead.")]
public struct TextBoxType
Name | Description |
---|---|
Button | Defines a button. |
Checkbox | Defines a checkbox. |
Color | Is used for input fields that should contain a color. |
Date | Is used for input fields that should contain a date. |
DateTimeLocal | Specifies a date and time input field, with no time zone. |
Is used for input fields that should contain an e-mail address. |
|
File | Defines a file-select field and a "Browse" button for file uploads. |
Hidden | |
Image | |
Month | Allows the user to select a month and year. |
Number | Defines a numeric input field. |
Password | Defines a password field. |
Radio | Defines a radio button. |
Range | |
Reset | Defines a reset button that will reset all form values to their default values. |
Search | |
Submit | Defines a button for submitting form data to a form-handler. |
Tel | |
Text | |
Time | |
Url | |
Week |