public OpenDialogCommand::__construct($selector, $title, $content, array $dialog_options = array(), $settings = NULL)
Constructs an OpenDialogCommand object.
Parameters
string $selector: The selector of the dialog.
string $title: The title of the dialog.
string|array $content: The content that will be placed in the dialog, either a render array or an HTML string.
array $dialog_options: (optional) Options to be passed to the dialog implementation. Any jQuery UI option can be used. See http://ap