_render

adds a child DOM Element to a specific Dom Element.

Requires

import {_render, _newTag} from "./tt/ttHTML.js";

Definition

_render(element)

Description

The _render function adds an element or a group of Elements to the DOM-Tree, which had been set by _setParentObject before. If _setParentObject never had been called before _render will add the given element to the document-body of your current html-scrope.

Parameters

element: could be either a JSX-Statement or any other valid DOM-Object

Return Value

-

Remarks

-

Examples:

refer to examples in _setParentObject - function

See Also

_setParentObject_newTag