Jump to navigation

Class: THTML

Numbas.jme.types.THTML

new THTML(html)

HTML DOM element.

If the element has the attribute data-interactive="false" then it can be safely copied and embedded multiple times. If the attribute is not present or has any other value, then it's assumed that it can't be safely copied.

Parameters:
Name Type Description
html Element
Properties:
Name Type Description
value Element
type string

"html"

Source: