Skip to content

NavBar Modal #648

@eugen257

Description

@eugen257

Hi,
Is it possible to trigger a modal window directly from a link in the navigation bar?


New-PodeWebModal -Name 'Modal' -Content @(
        New-PodeWebText -Value 'TEXT'
) -ScriptBlock {}

$link2 = New-PodeWebNavLink -Name 'TESTmodal'  -NoAuth -ScriptBlock {
        Show-PodeWebModal -Name 'Modal'
}


Metadata

Metadata

Assignees

No one assigned

    Labels

    question ❔Further information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions