Behaviors
The following behaviors ship with Atlas.
Sys.UI.Behavior (General Class)
|
Method |
Description |
|---|---|
|
|
Returns the behavior’s data context |
|
|
Links the behavior to its owner element |
Sys.UI.PopupBehavior
|
Method |
Description |
|---|---|
|
|
Returns the parent element of the pop-up |
|
|
Sets the parent element of the pop-up |
|
|
Returns the positioning mode of the pop-up |
|
|
Sets the positioning mode of the pop-up |
|
|
Returns the horizontal position of the pop-up |
|
|
Sets the horizontal position of the pop-up |
|
|
Returns the vertical position of the pop-up |
|
|
Sets the vertical position of the pop-up |
|
|
Hides the pop-up |
|
|
Shows the pop-up |
|
|
Initializes the behavior |
Sys.UI.ClickBehavior
|
Method |
Description |
|---|---|
|
|
Emulates a click |
|
|
Initializes the behavior |
Sys.UI.HoverBehavior
|
Method |
Description |
|---|---|
|
|
Returns the element to hover over |
|
|
Sets the element to hover over |
|
|
Returns the unhover delay (in milliseconds) |
|
|
Sets the unhover delay (in milliseconds) |
|
|
Initializes the behavior |
Sys.UI.AutoCompleteBehavior
|
Method |
Description |
|---|---|
|
|
Returns the interval after which the field entry is completed |
|
|