Click or drag to resize

ImmediateSaveEditableComboBox Method

Generate the editing HTML for a ComboBox field.

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

Parameters

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

Return Value

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