Namespace: bubble

Help4.control2.bubble

Classes

Bubble
BubbleArrow
BubbleCover
Help
LanguageSelection
Panel

Namespaces

content
footer
header

Members

(static, constant) ALIGNMENT_CACHE_KEY :'__alignmentCache'

Type:
  • '__alignmentCache'
Source:

(static) ANIMATION_TYPES :string

Type:
  • string
Properties:
Name Type Description
default string
expand string
fade string
pulse string
scaleup string
shake string
shrink string
wobble string
Source:

(static) CONTENT_LAYOUT :string

Type:
  • string
Properties:
Name Type Description
Html string
Panel string
Selection string
Source:

(static) FOOTER_LAYOUT :string

Type:
  • string
Properties:
Name Type Description
Checkbox string
Panel string
Close string
Apply string
Source:

(static) HEADER_LAYOUT :string

Type:
  • string
Properties:
Name Type Description
CaptionTranslateClose string
Panel string
Source:

(static, constant) ORI_MAP :Help4.control2.bubble.OriMap

Type:
Source:

(static) SIZES :string

Type:
  • string
Properties:
Name Type Description
xs string
s string
m string
l string
xl string
Source:

Methods

(static) alignToArea(position)

Parameters:
Name Type Description
position Help4.control2.AreaXYWH
Source:

(static) alignToPoints(params) → {Help4.control2.bubble.Alignment}

Parameters:
Name Type Description
params Help4.control2.bubble.AlignPointsParams
Source:
Returns:
Type
Help4.control2.bubble.Alignment

Type Definitions

AlignParams

Type:
  • Object
Properties:
Name Type Attributes Description
here Help4.control2.AreaXYWH <optional>
possible static position
ignoreArea boolean <optional>
do ignore the area of the container
orientation * <optional>
orientation
allowFallbacks boolean <optional>
allow to use fallbacks
Source:

AlignPointsParams

Type:
  • Object
Properties:
Name Type Description
connectionPoints Help4.control2.ConnectionPoints
ignoreArea boolean
orientation string
allowFallbacks boolean
Source:

Alignment

Type:
  • Object
Properties:
Name Type Description
point Help4.control2.PositionXY
orientation string
Source:

OriMap

Type:
  • Object
Properties:
Name Type Description
N 'top'
S 'bottom'
W 'left'
E 'right'
M 'middle'
C 'center'
Source: