| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.ToolTip
Field Summary | |
| public | maxWidth: Number |
| The maximum width of the tooltip, if the message is longer it will wrap. | |
| public | textField |
| the tooltip display textField | |
| public | trackCursor: Boolean |
| Determines if the tooltip should track the mouse wil on displayed | |
Constructor | |
| public | ToolTip ( ) |
| Constructor | |
Method Summary | |
| public static | getToolTip ( ): ToolTip |
| An application tooltip | |
| public | showToolTip ( state: Boolean, tgt: MovieClip, text: String, track: Boolean, maxWidth: Number ) |
| Shows or Hides the tooltip | |
| public var maxWidth: Number |
| The maximum width of the tooltip, if the message is longer it will wrap. |
| public var textField |
| the tooltip display textField |
| public var trackCursor: Boolean |
| Determines if the tooltip should track the mouse wil on displayed |
|
| Constructor |
|
| An application tooltip |
|
| Shows or Hides the tooltip | |||||||||||||||
|