aras.prompt Method
Shows prompt box with stylish dialog.Syntax
aras.prompt(msg,defValue,argwin)Parameters
Name | Type | Description |
---|---|---|
msg | String | Required. The text to show in prompt box. |
defValue | String | Required. The default input text. |
argwin | Object | Optional. The window to display prompt box. Default is current window. |
Return Value
A Promise object.See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment