• Retrieve an HTML element by its ID or GUID from a specified context (defaults to the document).

    Parameters

    • key: string
    • Optional settings: HTMLElement | DomContext

    Returns null | HTMLElement

    Example

    // Get HTML element by GUID
    ix.api.dom.getHtml("<ELEMENT-GUID>");