class documentation
class ACMEContentDialog(ModalScreen):
Constructor: ACMEContentDialog(content, title, buttonEnabled)
A modal dialog for displaying content in the ACME text UI.
| Method | __init__ |
Initialize the dialog. |
| Method | compose |
Compose the dialog. |
| Method | on |
Handle the button press event. |
| Method | on |
Dismiss the screen when clicking outside the dialog. |
| Constant | BINDINGS |
Key bindings for the dialog. |
| Instance Variable | border |
The title of the dialog. |
| Instance Variable | button |
The copy button. |
| Instance Variable | content |
The content to display. |
| Instance Variable | _app |
The application. |
Initialize the dialog.
| Parameters | |
content:str | The content to display. |
title:str | None | The title of the dialog. |
buttonbool | None | Whether the copy button is enabled. |