Click or drag to resize

FieldPropertiesTextBox_InputTagType Property

Override type for the TYPE attribute of HTML5 INPUT tags. This provides for enhanced features on supporting browsers degrading to basic textbox support on older browsers. Note that by default this is applied only to mobile/tablet devices and you must set the FieldBehaviourAttribute.ForceInputTagType bit for other devices. See InputTagTypes

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
InputTagTypes TextBox_InputTagType { get; }

Property Value

Type: InputTagTypes
Override type for the TYPE attribute of HTML5 INPUT tags. This provides for enhanced features on supporting browsers degrading to basic textbox support on older browsers. Note that by default this is applied only to mobile/tablet devices and you must set the FieldBehaviourAttribute.ForceInputTagType bit for other devices. See InputTagTypes
Remarks
Applies to CellType TextBox only.
See Also