Defines an AJAX command to open certain content in a dialog.
Hierarchy
- class \Drupal\Core\Ajax\OpenDialogCommand implements CommandInterface, CommandWithAttachedAssetsInterface uses CommandWithAttachedAssetsTrait
Related topics
- Ajax API
- Overview for Drupal's Ajax API.
File
- core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 12
Namespace
Drupal\Core\Ajax
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CommandWithAttachedAssetsTrait::$attachedAssets | protected | property | The attached assets for this Ajax command. |
CommandWithAttachedAssetsTrait::getAttachedAssets | public | function | Gets the attached assets. Overrides CommandWithAttachedAssetsInterface::getAttachedAssets |
CommandWithAttachedAssetsTrait::getRenderedContent | protected | function | Processes the content for output. |
OpenDialogCommand::$content | protected | property | The content for the dialog. |
OpenDialogCommand::$dialogOptions | protected | property | Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog. |
OpenDialogCommand::$selector | protected | property | The selector of the dialog. |
OpenDialogCommand::$settings | protected | property | Custom settings that will be passed to the Drupal behaviors on the content of the dialog. |
OpenDialogCommand::$title | protected | property | The title of the dialog. |
OpenDialogCommand::getDialogOptions | public | function | Returns the dialog options. |
OpenDialogCommand::render | public | function | Implements \Drupal\Core\Ajax\CommandInterface:render(). Overrides CommandInterface::render |
OpenDialogCommand::setDialogOption | public | function | Sets a single dialog option value. |
OpenDialogCommand::setDialogOptions | public | function | Sets the dialog options array. |
OpenDialogCommand::setDialogTitle | public | function | Sets the dialog title (an alias of setDialogOptions). |
OpenDialogCommand::__construct | public | function | Constructs an OpenDialogCommand object. |
Please login to continue.