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
Issue fork documentation-3546790
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
Comment #2
fathershawnComment #3
fathershawnComment #4
scott_euser commentedThanks 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.