rz-dialog
v1.0.21
Published
## Show Component Example
Downloads
55
Readme
RZ Dialog
Show Component Example
Parameters
component: Type<RZDialogWrapperComponent> (The inner component should extend RZDialogWrapperComponent)
componentProperties: object (Properties to pass into the component)
config: RZDialogConfig (See below)
Show Confirm Example
Parameters
text: string
yesCaption: string (optional, default 'Yes')
noCaption: string (optional, default 'No')
config: RZDialogConfig (See below)
Show Message Example
Parameters
text: string
config: RZDialogConfig (See below)
Config Object
millisecondsToClose: number (optional)
outsideClickToClose: boolean (optional, default true)
cssClass: string (optional)