Click or drag to resize

FieldPropertiesLink_OnClick Property

Javascript placed on the link's onclick event. Note that the script will be resolved for field expressions and embedded functions if, and only if, wrapped in a !fnResolve().

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Link_OnClick { get; }

Property Value

Type: String
Javascript placed on the link's onclick event. Note that the script will be resolved for field expressions and embedded functions if, and only if, wrapped in a !fnResolve().
Remarks
Applies to CellType Link only.
See Also