Method WMLDeck():put() Professional

Add some WML formatted string to the code stack.

Syntax
:put( [<cWMLCode>] ) --> self
Parameters
<cWMLCode>
<cWMLCode> is the WML code to be added.
Return

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

Description

This method adds any WML code to the code stack. Note that this code appears outside WML card definitions, i.e. only WML code that is allowed outside the opening and closing <card> tags may be passed to this method. Otherwise, the resulting WML code is illegal and cannot be displayed in a WAP device. The WMLCard object has also a :put() method that can be used to specify WML code allowed inside the <card> and </card> tags.

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.