Created on 15 April 2020, about 4 years ago

Hello,
I installed the module, but I don't know how it works. I apply data-dialog-type' => 'full_screen' but any modal shows up.
Thanks

πŸ’¬ Support request
Status

Active

Version

1.0

Component

Documentation

Created by

πŸ‡¦πŸ‡·Argentina maria.dis La Plata

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡©πŸ‡ͺGermany rhiss
    <a href="https://www.mydomain.com" class="use-ajax" data-dialog-type="modal" data-dialog-options="{&quot;width&quot;:&quot;700px&quot;}"> <i class="fa fa-book" aria-hidden="true"></i> Benutzerhandbuch</a>
    
    $build['open_in_modal'] = [
          '#type' => 'link',
          '#url' =>Url::fromRoute('my-example-route'),
          '#title' => t('Open in fullscreen'),
          '#attributes' => [
            'class' => ['use-ajax'],
            'data-dialog-type' => 'full_screen',
          ],
          '#attached' => [
            'library' => ['core/drupal.dialog.ajax'],
          ],
        ];
    
Production build 0.69.0 2024