Class Html5
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
public class Html5 : InputBase<string>
- Inheritance
-
Html5
- Inherited Members
- Extension Methods
Properties
AutoComplete
public bool? AutoComplete { get; set; }
Property Value
- bool?
Max
public string Max { get; set; }
Property Value
Min
public string Min { get; set; }
Property Value
Pattern
public string Pattern { get; set; }
Property Value
Step
public string Step { get; set; }
Property Value
Type
public Html5InputType? Type { get; set; }