FieldPropertiesButton_OnClick Property |
Javascript placed on the button's onclick event. By default no postback is performed. Set the Postback CellTypeAttribute if a postback is also desired. 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 Button_OnClick { get; }
ReadOnly Property Button_OnClick As String
Get
Property Value
Type:
StringJavascript placed on the button's onclick event. By default no postback is performed. Set the Postback CellTypeAttribute if a postback is also desired. 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 Button only.
See Also