For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show-UDModal

The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.

Synopsis

The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.

Syntax

Show-UDModal [-FullScreen] [[-Footer] <ScriptBlock>] [[-Header] <ScriptBlock>] [[-Content] <ScriptBlock>] [-Persistent] [-FullWidth] [-FullHeight] [[-MaxWidth] <String>] [[-Style] <Hashtable>] [[-HeaderStyle] <Hashtable>] [[-ContentStyle] <Hashtable>] [[-FooterStyle] <Hashtable>] [-Dividers] [[-PaperStyle] <Hashtable>] [<CommonParameters>]

Description

Show a modal.

Parameters

The footer components for the modal.

Required?                    false
Position?                    1
Default value                {}
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

The header components for the modal.

-Content

The content of the modal.

-MaxWidth

The max width of the modal.

-Style

The CSS style for the modal.

-HeaderStyle

The CSS style for the header portion of the modal.

-ContentStyle

The CSS style for the content portion of the modal.

-FooterStyle

The CSS style for the footer portion of the modal.

-PaperStyle

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?