« Back to the index

Standalone htmlElement example

The htmlElement can work in standalone mode (without the wa4glManager).
This element can be used to put any HTML code into it.

The element container by itself is a simple division.
The division may or may not exist already. If it exists, the content will be respected.

Element 1: based on existing node:

[show element] [hide element]
[width: 100px] [width: 200px] [width: none]

Element 2: creating node:

[show element] [hide element]
[width: 120px] [width: 160px] [width: none]

The two Elements:

There is something already into this element 1

The events listener:




« Back to the index