Click or drag to resize

ImmediateSaveClickableButton Method

Generate the clickable button/link HTML for a Button field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ClickableButton(
	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 clickable button/link HTML for the field.
See Also