Problem/Motivation

Document how to implement OpenDialogCommand using htmx

Proposed resolution

Document at https://www.drupal.org/docs/develop/drupal-apis/htmx/ajax-api-to-htmx/opendialogcommand

Remaining tasks

Edit linked page and add documentation

User interface changes

None

Introduced terminology

None

API changes

None

Data model changes

None

Release notes snippet

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    fathershawn created an issue. See original summary.

    fathershawn’s picture

    fathershawn’s picture

    Project: Drupal core » Documentation
    Version: 11.x-dev »
    Component: documentation » New documentation
    scott_euser’s picture

    Thanks for all the work on this in general. I would be keen to understand how to have a dialog be a modal form and submission of the modal form update the parent form. Looking at how Media Library does it in Core with an opener resolver is not very intuitive, so sort of hopefully that htmx make that type of thing easier to handle.