dialog

This placeholder module is meant to be overwritten with one that uses the app's own dialogs.

Source:

Methods

(static) alert(content)

Source:
Parameters:
Name Type Description
content string | DialogContentObj

Dialog content

(static) confirm(content)

Source:
Parameters:
Name Type Description
content string | DialogContentObj

Dialog content

(static) prompt(content, def)

Source:
Parameters:
Name Type Description
content string | DialogContentObj

Dialog content

def string

Default input value

Type Definitions

DialogContentObj

Source:
Properties:
Name Type Description
message string
heading string