Sets the dialog options array.
array $dialog_options: Options to be passed to the dialog implementation. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog.
public function setDialogOptions($dialog_options) { $this->dialogOptions = $dialog_options; }