ImmediateSaveReplaceEditableFields Method |
Perform replacement of editable field references with editable field HTML and javascript.
This will allow for immediate changing and saving of values of these fields and support for functional buttons.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ReplaceEditableFields(
IMapper mapper,
string html,
NameValueCollection mapperText,
EditableFieldReplacementOptions options =
)
Public Shared Function ReplaceEditableFields (
mapper As IMapper,
html As String,
mapperText As NameValueCollection,
Optional options As EditableFieldReplacementOptions =
) As String
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper. - html
- Type: SystemString
The original HTML. - mapperText
- Type: System.Collections.SpecializedNameValueCollection
The collection of standard HTML substitutions. - options (Optional)
- Type: NetQuarry.DataEditableFieldReplacementOptions
Optional options affecting how the replacements are performed.
Return Value
Type:
StringThe HTML with editable field references replaced.
See Also