Constructor
# new AashModalDialog(props)
Parameters:
Name | Type | Description |
---|---|---|
props |
Object
|
the properties |
is |
string
|
the dialog's id |
title |
string
|
the dialog's title |
showCancel |
boolean
|
wether to show a cancel button |
content |
string
|
the dialog's content |
contentClasses |
Array.string
|
classes to apply to the content |
closeLabel |
string
|
the label for the close button |
onClose |
function
|
the function to invoke on close |