Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

BA_createHtmlContent(html);

Description

Excerpt

Adds a plain HTML content to the screen.

Parameters

Parameter name

Type

Required

Description

html

string

Yes

The HTML content.

Return type

The returned value has no meaning.

Examples

Code Block
BA_createHtmlContent("<h1>Title</h1>");

Image Added