Table of Contents

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

string

Min

public string Min { get; set; }

Property Value

string

Pattern

public string Pattern { get; set; }

Property Value

string

Step

public string Step { get; set; }

Property Value

string

Type

public Html5InputType? Type { get; set; }

Property Value

Html5InputType?
To top