Method WMLDeck():put() Professional
Add some WML formatted string to the code stack.
:put( [<cWMLCode>] ) --> self
This method returns the object executing the method (self).
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.
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.