Click or drag to resize

FieldPropertiesTextWithWidget_OnClick Property

Javascript placed on the widget button's onclick event. Note that the script will always be resolved for field expressions and embedded functions.

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

Property Value

Type: String
Javascript placed on the widget button's onclick event. Note that the script will always be resolved for field expressions and embedded functions.
Remarks
Applies to CellType TextWithWidget only.
See Also