Click or drag to resize

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; }

Property Value

Type: String
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().
Remarks
Applies to CellType Button only.
See Also