An AJAX command for marking HTML elements as changed.
This command instructs the client to mark each of the elements matched by the given selector as 'ajax-changed'.
This command is implemented by Drupal.AjaxCommands.prototype.changed() defined in misc/ajax.js.
Expanded class hierarchy of ChangedCommand
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChangedCommand:: |
protected | property | An optional CSS selector for elements to which asterisks will be appended. | |
ChangedCommand:: |
protected | property | A CSS selector string. | |
ChangedCommand:: |
public | function |
Implements Drupal\Core\Ajax\CommandInterface:render(). Overrides CommandInterface:: |
|
ChangedCommand:: |
public | function | Constructs a ChangedCommand object. |