• Adds the widget(s) generated by evaluating the specified JavaScript code snippet before the specified widget (as sibling).

    Parameters

    • wgt: Widget<HTMLElement>

      the existent widget that new widget(s) will be inserted before

    • Rest ...rargs: string[]

      the JavaScript code snippet to generate new widget(s).

    Returns void