Click or drag to resize

ImmediateSaveEditableDatePicker Method

Generate the editing HTML for a DatePicker field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string EditableDatePicker(
	IField fld,
	MapFieldSig sigGen,
	string text
)

Parameters

fld
Type: NetQuarry.DataIField
The field for which to generate.
sigGen
Type: NetQuarry.DataMapFieldSig
The signature to use.
text
Type: SystemString
The current text value for the field.

Return Value

Type: String
The editing HTML for the field.
See Also