chainable
Description: Sets the contents of the dialog.
Parameters:
@content {String or DOM Element} The dialog content.
{String or DOM Element}
alertify.alert().setContent('<h1> Hello World! </h1>').show();
Important: This method replaces the entire dialog contents. For example, if used with a prompt dialog, the input field will be lost.