Sets the dialog title (an alias of setDialogOptions).
string $title: The new title of the dialog.
public function setDialogTitle($title) { $this->setDialogOption('title', $title); }