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; }
ReadOnly Property TextBox_InputTagType As InputTagTypes
Get
Property Value
Type:
InputTagTypesOverride 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
InputTagTypesRemarks
Applies to CellType TextBox only.
See Also