OpenDialogCommand::setDialogTitle
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::setDialogTitle($title)

2025-01-10 15:47:30
PrependCommand
  • References/PHP/Drupal/Ajax/PrependCommand

AJAX command for calling the jQuery insert() method. The 'insert/prepend' command instructs the client to use jQuery's prepend() method to prepend

2025-01-10 15:47:30
ChangedCommand::$asterisk
  • References/PHP/Drupal/Ajax/ChangedCommand

An optional CSS selector for elements to which asterisks will be appended. Type: string File

2025-01-10 15:47:30
HtmlCommand
  • References/PHP/Drupal/Ajax/HtmlCommand

AJAX command for calling the jQuery html() method. The 'insert/html' command instructs the client to use jQuery's html() method to set the HTML

2025-01-10 15:47:30
AppendCommand::render
  • References/PHP/Drupal/Ajax/AppendCommand

public AppendCommand::render() Implements

2025-01-10 15:47:30
BaseCommand::$data
  • References/PHP/Drupal/Ajax/BaseCommand

The data to pass on to the client side. Type: string File

2025-01-10 15:47:30
CommandWithAttachedAssetsInterface
  • References/PHP/Drupal/Ajax/CommandWithAttachedAssetsInterface

Interface for Ajax commands that render content and attach assets. All Ajax commands that render HTML should implement these methods to be able

2025-01-10 15:47:30
AddCssCommand::$styles
  • References/PHP/Drupal/Ajax/AddCssCommand

A string that contains the styles to be added to the page. It should include the wrapping style tag. Type:

2025-01-10 15:47:30
CssCommand::render
  • References/PHP/Drupal/Ajax/CssCommand

public CssCommand::render() Implements

2025-01-10 15:47:30
SettingsCommand::__construct
  • References/PHP/Drupal/Ajax/SettingsCommand

public SettingsCommand::__construct(array $settings, $merge = FALSE)

2025-01-10 15:47:30