| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip
|
+--com.bjc.core.BJCComponent
|
+--com.bjc.core.LabelWrapper
|
+--com.bjc.controls.Label
| ||
Property Summary | ||
| public | text: String (write) | |
| Sets or returns the text displayed in the label. Note that this can include basic html tags if Label.html is set to true. | ||
| public | text: String (read) | |
| Gets the text displayed in the label. Note that this can include basic html tags if Label.html is set to true. | ||
| public | textHeight: Number (read-only) | |
| Read only value returning the actual height in pixels of the text being displayed in the label. | ||
| ||
| ||
Constructor | ||
| public | Label ( Void) | |
Method Summary | ||
| public static | create ( target: MovieClip, id: String, depth: Number, initObj: Object ): Label | |
| Static method used to create an instance of a Label on stage at run time. | ||
| ||
|
| Sets or returns the text displayed in the label. Note that this can include basic html tags if Label.html is set to true. |
|
|
| Gets the text displayed in the label. Note that this can include basic html tags if Label.html is set to true. |
|
|
| Read only value returning the actual height in pixels of the text being displayed in the label. |
|
|
|
| Static method used to create an instance of a Label on stage at run time. | ||||||||||||
|