Method WMLDeck():message() Professional

Create a notification.

Syntax
:message( [<cTitle>]     , ;
          [<cMessage>]   , ;
          [<cOptions>] ) --> self
Parameters
<cTitle>
The optional parameter <cTitle> becomes the value of the title attribute in the WML <card> tag.
<cMessage>
The optional parameter <cMessage> becomes the body of the WML <p> tag.
<cOptions>
The optional parameter <cOptions> is a character string that is inserted into the body of the WML <card> tag.
Return

This method returns the object executing the method (self).

Description

This method deletes all previously created WMLCard objects and defines a single card containing informational text.

WML output:

<card id="card1" title="cTitle"> 
[cOptions]
<p> 
[cMessage]
</p> 
</card> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.