document missing method parameters
This commit is contained in:
parent
97a004a357
commit
28d42ba35b
7 changed files with 64 additions and 31 deletions
|
@ -119,6 +119,9 @@ will be passed via `callback(response)`.
|
|||
|
||||
### `dialog.showErrorBox(title, content)`
|
||||
|
||||
* `title` String - The title to display in the error box
|
||||
* `content` String - The text content to display in the error box
|
||||
|
||||
Displays a modal dialog that shows an error message.
|
||||
|
||||
This API can be called safely before the `ready` event the `app` module emits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue