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

    Parameters

    • wgt: Widget<HTMLElement>

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

    • Rest ...codes: string[]

    Returns void