Application Framework Reference

Module API

displayInlineErrorMessage()

The displayInlineErrorMessage() method displays the specified message in the module.

Synopsis

results = displayInlineErrorMessage( message )

Parameters

message

String

Message to display.

Return Value

Undefined

Example

this.displayInlineErrorMessage('Game 0v3r!!1');