Skip to end of banner
Go to start of banner

BA_createHtmlContent

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Syntax

BA_createHtmlContent(html);

Description

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

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


  • No labels