The following behaviors ship with Atlas.
Method | Description |
|---|
get_parentElement() | Returns the parent element of the pop-up |
set_parentElement(element) | Sets the parent element of the pop-up |
get_positioningMode() | Returns the positioning mode of the pop-up |
set_positioningMode(mode) | Sets the positioning mode of the pop-up |
get_x() | Returns the horizontal position of the pop-up |
set_x(x) | Sets the horizontal position of the pop-up |
get_y() | Returns the vertical position of the pop-up |
set_y(y) | Sets the vertical position of the pop-up |
hide() | Hides the pop-up |
show() | Shows the pop-up |
initialize() | Initializes the behavior |
Method | Description |
|---|
get_completionInterval() | Returns the interval after which the field entry is completed |
set_completionInterval(value) | Sets the interval after which the field entry is completed |
get_completionList() | Returns the completion list |
set_completionList(value) | Sets the completion list |
get_completionSetCount() | Returns the number of elements to show in the completion list |
set_completionSetCount(value) | Sets the number of elements to show in the completion list |
get_minimumPrefixLength() | Returns the number of characters to be entered before the search starts |
set_minimumPrefixLength(value) | Sets the number of characters to be entered before the search starts |
get_serviceMethod() | Returns the web method to call |
set_serviceMethod(value) | Sets the web method to call |
get_serviceURL() | Returns the URL of the web service to use |
set_serviceURL(value) | Sets the URL of the web service to use |
initialize() | Initializes the behavior |
This behavior is defined in the AtlasUIDragDrop.js library.
Method | Description |
|---|
get_handle() | Returns the handle for the behavior |
set_handle(value) | Sets the handle for the behavior |
get_location() | Returns the location of the element (as an object with properties x and y) |
set_location(value) | Sets the location of the element (as an object with properties x and y) |
initialize() | Initializes the behavior |
startDragDrop(dragVisual) | Starts a drag-and-drop operation |
get_dropTargetElement() | Returns the target element of the drag-and-drop operation |
canDrop(dragMode, dataType) | Whether an element is capable of drag-and-drop operations |
Method | Description |
|---|
get_height() | Returns the height of the element |
set_height(value) | Sets the height of the element |
get_left() | Returns the horizontal coordinate of the element (relative to the upper-left corner) |
set_left(value) | Sets the horizontal coordinate of the element (relative to the upper-left corner) |
get_top() | Returns the vertical coordinate of the element (relative to the upper-left corner) |
set_top(value) | Sets the vertical coordinate of the element (relative to the upper-left corner) |
get_width() | Returns the width of the element |
set_width(value) | Sets the width of the element |
initialize() | Initializes the behavior |