ImmediateSave.ReplaceEditableFields 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)
Syntaxpublic 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.Data.IMapper
The mapper. - html
- Type: System.String
The original HTML. - mapperText
- Type: System.Collections.Specialized.NameValueCollection
The collection of standard HTML substitutions. - options (Optional)
- Type: NetQuarry.Data.EditableFieldReplacementOptions
Optional options affecting how the replacements are performed.
Return Value
Type:
StringThe HTML with editable field references replaced.
See Also