| InputHtml5Attribute Constructor (String, String, String, String, Int32, Int32, Int32, Int32, Boolean, Boolean) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public InputHtml5Attribute(
string name,
string type,
string pattern,
string placeholder,
int size,
int min,
int max,
int step,
bool autocomplete,
bool required
)
Public Sub New (
name As String,
type As String,
pattern As String,
placeholder As String,
size As Integer,
min As Integer,
max As Integer,
step As Integer,
autocomplete As Boolean,
required As Boolean
)
Parameters
- name
- Type: SystemString
- type
- Type: SystemString
- pattern
- Type: SystemString
- placeholder
- Type: SystemString
- size
- Type: SystemInt32
- min
- Type: SystemInt32
- max
- Type: SystemInt32
- step
- Type: SystemInt32
- autocomplete
- Type: SystemBoolean
- required
- Type: SystemBoolean
See Also