new HelpScreen(optionsopt)
- Source:
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
|
Members
caretLeft :Number
- Source:
Left position of the caret in pixels
Type:
- Number
caretTop :Number
- Source:
Top position of the caret in pixels
Type:
- Number
currentScreenNumber :Number
- Source:
Which is the current screen the user is on?
Type:
- Number
highlightedComponentId :String
- Source:
Class name of component that should be highlighted.
Type:
- String
offsetLeft :Number
- Source:
Left offset in pixels, relative to positionLeft
Type:
- Number
offsetTop :Number
- Source:
Top offset in pixels, relative to positionTop
Type:
- Number
onNext :function
- Source:
Gets or sets a callback that is invoked when the user goes to the next screen.
Type:
- function
positionLeft :RelativePosition
- Source:
Left position relative to rectangle
Type:
- RelativePosition
positionTop :RelativePosition
- Source:
Top position relative to rectangle
Type:
- RelativePosition
postDisplayHook :PostDisplayHookCallback
- Source:
Gets or sets a callback that is invoked after the screen is displayed.
Type:
preDisplayHook :PreDisplayHookCallback
- Source:
Gets or sets a callback that is invoked before the screen is displayed.
Type:
rectangle :Object
- Source:
Bounding rectangle for element help is describing
Type:
- Object
totalNumberOfScreens :Number
- Source:
How many screens in this series?
Type:
- Number
width :Number
- Source:
- Default Value:
- 300
Width of help screen in pixels.
Type:
- Number
Methods
message()
- Source:
Gets or sets the html formatted message displayed on the help screen.