ImmediateSave.ClickableButton 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)
Syntaxpublic 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.Data.IField
The field for which to generate. - sigGen
- Type: NetQuarry.Data.MapFieldSig
The signature to use. - text
- Type: System.String
The current text value for the field.
Return Value
Type:
StringThe clickable button/link HTML for the field.
See Also