MLightCAD
    Preparing search index...

    About dialog showing mlightcad branding and product links.

    Extends AcUiDialog; styles are injected once per document.

    Hierarchy (View Summary)

    Index

    Properties

    backdrop: HTMLDivElement

    Full-screen backdrop containing the dialog panel.

    bodyEl: HTMLDivElement

    Scrollable / main content container below the header.

    dialog: HTMLDivElement

    Dialog panel element.

    footerEl: HTMLDivElement

    Optional footer row (e.g. action buttons).

    titleEl: HTMLDivElement

    Title text element in the header.

    aboutStyleId: "ml-ui-about-dialog-styles" = 'ml-ui-about-dialog-styles'

    ID of About-specific style element.

    styleId: "ml-ui-dialog-styles" = 'ml-ui-dialog-styles'

    ID of the shared base style element.

    Methods

    • Opens the About dialog (replaces any already-open instance).

      Parameters

      • host: HTMLElement = document.body

        Element that receives the dialog backdrop

      Returns Promise<void>

      Promise that resolves when the dialog is closed