Skip to main content

ElementCreateTextArea

Callable

  • ElementCreateTextArea(ID: string, form?: HTMLElement): HTMLTextAreaElement

  • Creates a new text area element in the main document. Does not create a new element if there is already an existing one with the same ID


    Parameters

    • ID: string

      The id of the text area to create.

    • optionalform: HTMLElement

      The form the element belongs to

    Returns HTMLTextAreaElement