Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Show a Modal using an object as modal parameters#583

Open
jlchavez wants to merge 6 commits intoBlazored:mainfrom
jlchavez:main
Open

Show a Modal using an object as modal parameters#583
jlchavez wants to merge 6 commits intoBlazored:mainfrom
jlchavez:main

Conversation

Copy link

jlchavez commented Jun 24, 2024

This allows to show a modal with a set of parameters from an anonymous object.

ModalService.Show("Edit Business Location", new { Item!.Id })

jlchavez added 6 commits June 20, 2024 01:47
This allows to show a modal with a set of parameters from an anonymous object.
More friendly styles for the header of the modal dialog, which aligns the content on the vertical axis and any botton align to the right.
This allows the javascript to be located on a CDN or shared location for server caching and/or sharing between multiple apps, or that the path can be customized for the app automatically base on the BaseUri found in NavigationManager
Fix to package references for the previous commit.
Instead of fully customizing the title, allow to inject a RenderFragment in the title bar between the title and the close button, for faster customization and maintaining the same look & feel.



Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant