AddContentText method: Tile class
Syntax
AddContentText(&sText, &sStyleClass)
Description
Invoke the AddContentText method to add text content to the Tile.ContentArray including style classes (semi-colon separated list) to be applied by the Grouplet API on the container of the text.
Parameters
| Parameter | Description |
|---|---|
|
&sText |
Specifies the text content as a String value. |
|
&sStyleClass |
Specifies the style class or style classes separated by a semi-colon as a String value. |
Returns
None.
Related Topics