LWT JavaScript API
    Preparing search index...
    • Create a sentence lookup link.

      Creates an HTML link element for translator lookups. Unlike createTheDictLink, this does not modify the URL with term substitution.

      Parameters

      • url: string

        Translator URL

      • txt: string

        Link text

      • popup: boolean = false

        Whether to open in popup window

      Returns string

      HTML-formatted link.

      3.1.0 Added popup parameter, removed asterisk prefix and lwt_popup URL detection

      3.2.0 Removed unused torder and txid parameters