Method WMLDeck():template() Professional

Create WML template code.

Syntax
:template( <cContent>, [<cOptions>] ) --> self
Parameters
<cContent>
The parameter <cContent> becomes the body of the template.
<cOptions>
The optional parameter <cOptions> is a character string that is inserted into the WML <template> tag.
Return

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

Description

The method creates the WML code for a template.

WML output:

<template [cOptions]> 
  cContent
</template> 

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.