class documentation

class ACMEContainerAbout(VerticalScroll):

Constructor: ACMEContainerAbout()

View In Hierarchy

About view for the ACME text UI.

Method __init__ Initialize the view.
Method action_goto_homepage Open the ACME homepage in the browser.
Method compose Compose the view. Callback from textualize.
Method on_show Show the view. Callback from textualize.
Constant BINDINGS The key bindings for the About view.
Class Variable link A link to the ACME CSE GitHub repository.
Class Variable qrcode The QR code for the ACME CSE.
Class Variable socialLink A link to the ACME CSE Mastodon account.
Class Variable text The text for the ACME CSE about view.
Instance Variable _aboutButton A hidden button to get the focus on this page.
def __init__(self):

Initialize the view.

def action_goto_homepage(self):

Open the ACME homepage in the browser.

def compose(self) -> ComposeResult:

Compose the view. Callback from textualize.

Returns
ComposeResultThe ComposeResult.
def on_show(self):

Show the view. Callback from textualize.

BINDINGS =

The key bindings for the About view.

Value
[Binding('a', 'goto_homepage', 'Open Homepage')]
link =

A link to the ACME CSE GitHub repository.

qrcode: str =

The QR code for the ACME CSE.

socialLink =

A link to the ACME CSE Mastodon account.

text =

The text for the ACME CSE about view.

_aboutButton =

A hidden button to get the focus on this page.