new HelpScreen(optionsopt)
A single help screen, which is expected to be used in a sequence of screens (HelpSequence). It is positioned near the element it's explaining, usually pointing to it, and gives an indication of how far along in the HelpSequence this screen is.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
Object with the following properties: Properties
|
- Source:
Members
caretLeft :Number
Left position of the caret in pixels
Type:
- Number
- Source:
caretTop :Number
Top position of the caret in pixels
Type:
- Number
- Source:
currentScreenNumber :Number
Which is the current screen the user is on?
Type:
- Number
- Source:
highlightedComponentId :String
Class name of component that should be highlighted.
Type:
- String
- Source:
offsetLeft :Number
Left offset in pixels, relative to positionLeft
Type:
- Number
- Source:
offsetTop :Number
Top offset in pixels, relative to positionTop
Type:
- Number
- Source:
onNext :function
Gets or sets a callback that is invoked when the user goes to the next screen.
Type:
- function
- Source:
positionLeft :RelativePosition
Left position relative to rectangle
Type:
- RelativePosition
- Source:
positionTop :RelativePosition
Top position relative to rectangle
Type:
- RelativePosition
- Source:
postDisplayHook :PostDisplayHookCallback
Gets or sets a callback that is invoked after the screen is displayed.
Type:
- Source:
preDisplayHook :PreDisplayHookCallback
Gets or sets a callback that is invoked before the screen is displayed.
Type:
- Source:
rectangle :Object
Bounding rectangle for element help is describing
Type:
- Object
- Source:
totalNumberOfScreens :Number
How many screens in this series?
Type:
- Number
- Source:
width :Number
Width of help screen in pixels.
Type:
- Number
- Default Value:
- 300
- Source:
Methods
message()
Gets or sets the html formatted message displayed on the help screen.
- Source: