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
)
Public Shared Function ClickableButton (
fld As IField,
sigGen As MapFieldSig,
text As String
) As String
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:
StringThe clickable button/link HTML for the field.
See Also