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; }
ReadOnly Property TextWithWidget_OnClick As String
Get
Property Value
Type:
StringJavascript 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