AJAX command for resetting the striping on a table.
The 'restripe' command instructs the client to restripe a table. This is usually used after a table has been modified by a replace or append command.
This command is implemented by Drupal.AjaxCommands.prototype.restripe() defined in misc/ajax.js.
Hierarchy
- class \Drupal\Core\Ajax\RestripeCommand implements CommandInterface
Related topics
- Ajax API
- Overview for Drupal's Ajax API.
File
- core/lib/Drupal/Core/Ajax/RestripeCommand.php, line 16
Namespace
Drupal\Core\Ajax
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RestripeCommand::$selector | protected | property | A CSS selector string. |
RestripeCommand::render | public | function | Implements Drupal\Core\Ajax\CommandInterface:render(). Overrides CommandInterface::render |
RestripeCommand::__construct | public | function | Constructs a RestripeCommand object. |
Please login to continue.