Dialog
Introduction
Function signature
dialog = Dialog(
title = "Dialog Window",
content = None,
size = "small",
)Parameters
Parameters
Type
Description
title
content
size
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize content widgets for Dialog
Initialize Dialog widget
Create button to open Dialog
Create app layout
Create app using layout
Add button click event to update open and close Dialog
Last updated