Method WMLDeck():header() Professional

Initialize the WMLDeck object.

Syntax
:header( [<cContent>] ) --> self
Parameters
<cContent>
The optional parameter <cContent> becomes the header text.
Return

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

Description

This method deletes all previously created WMLCard objects and adds a <head> tag to the WML code when <cContent> is specified.

WML output:

<head>cContent</head> 

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.