Constructor
top level CSS class name for the dialog
titile of the dialog
Close the modal dialog.
Create a modal dialog content and return content element.
parent element to append the dialog
callback function to add content to the dialog. The callback receives a content element as an argument and must return the modified content element.
HTMLDialogElement
Create segment buttons element for the dialog.
options for creating segment buttons
default value for the segment buttons
a callback function to handle click events on the segment buttons
Open the modal dialog.
Create a modal dialog for displaying titile, close button and content.