aras.confirm Method
Shows confirm box with modal dialog. If showModalDialog method is unavailable, native JavaScript confirm box will be shown instead.Syntax
aras.confirm(message,ownerWindow)Parameters
Name | Type | Description |
---|---|---|
msg | String | Required. The text to show in confirm box. |
ownerWindow | Object | Optional. The window to display confirm box. Default is current window. ※If showModalDialog method is unavailable, this parameter will not be used. |
Return Value
A Booelan.Returns true if user click the "OK" button, otherwise returns false.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment