Skip to end of banner
Go to start of banner

BA_setActionTitle

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 »

Availability

This routine is available since Blitz-Actions 2.0.8 and 2.6.1 .

Syntax:

 BA_setActionTitle(value)

Description:

Overrides the default dialog title.

The last call of this routine will override any previous calls.

Parameters:

Parameter name

Type

Required

Description

value

string

Yes

The new action title

Return type:

The returned value has no meaning.

Examples:

Example 1:

BA_createHtmlContent("Lorem ipsum");
BA_setActionTitle("New Title");


  • No labels