Configuration of the message window. The object has the following properties: - title(String Type) Window title (by default: '') - message(String Type) Message content (by default: '') - scope(Object Type) Scope for optional functions performed after clicking the button specified in the yes and no properties (by default: window) - yes(Function Type) Optional function performed after clicking the Yes button (by default: null) - yesScope(Object Type) Scope for the optional function performed after clicking the button specified in the yes property (by default: the value given in the property scope) - yesParams(Object Type[]) An array specifying the parameters passed to the function specified in the property yes (by default: []) - no(Function Type) Optional function performed after clicking No button (by default: null) - noScope(Object Type) Scope for the optional function performed after clicking the button specified in the no property (by default: the value given in the property scope) - noParams(Object Type[]) An array specifying the parameters passed to the function specified in the property no (by default: []) |