- Source:
Classes
Namespaces
Members
(static, constant) ALIGNMENT_CACHE_KEY :'__alignmentCache'
Type:
- '__alignmentCache'
(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:
(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 |
(static) alignToPoints(params) → {Help4.control2.bubble.Alignment}
Parameters:
Name | Type | Description |
---|---|---|
params |
Help4.control2.bubble.AlignPointsParams |
Returns:
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 |
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: