Click or drag to resize

MessagePopOnOKClick Property

Gets/sets additional javascript to be added to the OK button click handler. This does not replace the standard OK handling. By default the OK button closes the popup and proceeds with the action specified when invoked. In the case of a FieldConfirm the result is to continue with the action (e.g. posting the page). Typically no additional click handling is required for the OK button and there is therefore, generally, no need to set this property.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string OnOKClick { get; set; }

Property Value

Type: String
See Also