A string that contains the styles to be added to the page. It should include the wrapping style tag. Type:
public AddCssCommand::__construct($styles)
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
public AddCssCommand::render() Implements