BBjPrompt::message

Description

In BBj 25.03 and higher, this method sets the message text or HTML for this BBjPrompt dialog.

Syntax

Return Value Method
BBjPrompt message(String message)

Parameters

Variable Description
init Message text or HTML for this BBjPrompt dialog.

Return Value

Returns this BBjPrompt object, enabling methods to be chained.

Remarks

The message text can also be specified with bbjapi().prompt("message").

Example

print bbjapi().prompt().message("<html><i>Type some text</i>").show()

See Also

BBjAPI

PROMPT() Function - Prompt For String Value

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.