This class is the dialog box in which the content is displayed.
new TextContent()public function setText(title:String, str:String)Use this function to set the title and description to be displayed
title | - the title text |
str | - the description text |
public function resize(width, height)Call this function to resize the text content scroller
width | |
height |
public function getDimensions():ObjectUse this function to get the dimensions of the dialog.
- an object with properties 'width' and 'height' of type Number.