Method WMLCard():paragraph() Professional
Add a paragraph.
Syntax
:paragraph( [<cText>], [<cAlign>] ) --> self
Parameters
<cText>
The parameter <cText> becomes the body of the paragraph.
<cAlign>
The parameter <cAlign> becomes the value of the align attribute.
Return
This method returns the object executing the method (self).
Description
This method adds a paragraph and text to the card.
WML output:
<p [align="cAlign"]>
[cText]
</p>
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.