An AJAX command for adding css to the page via ajax. This command is implemented by Drupal.AjaxCommands.prototype.add_css() defined in misc/ajax
The value of the data to be attached to elements matched by the selector. The data is not limited to strings; it can be any format.
protected AjaxResponseAttachmentsProc
public InsertCommand::__construct($selector, $content, array $settings =
public UpdateBuildIdCommand::__construct($old, $new)
The JS asset collection renderer service. Type:
The attached assets for this Ajax command. Type:
public SettingsCommand::__construct(array $settings, $merge = FALSE)
AJAX command for updating the value of a hidden form_build_id input element on a form. It requires the form passed in to have keys for both the old build ID in #build_id_old
An AJAX command for calling the jQuery css() method. The 'css' command will instruct the client to use the jQuery css() method to apply the
Page 5 of 13