How can I inlcude buttons in OpenDialogCommand?
$choices = [ 'dialogClass' => 'my-dialog-class', 'width' => '700px', 'buttons' => [ 'text' => 'Continue', 'class' => 'btn-primary ok-button', 'click'=> "function() { $(this).dialog('close'); }", ], ]; $response->addCommand(new OpenModalDialogCommand($title, $content material, $choices));
This appears to not work. Drupal Development class is ready, however no buttons are proven.
Sponsored by SupremePR