All docs
V25.1
25.1
24.2
The page you are viewing does not exist in version 24.2.
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

JavaScript/jQuery CardView - headerPanel.dragging

Configures item dragging.

Type:

Object

dropFeedbackMode

Specifies how to highlight the header item's drop position.

Default Value: 'push'

This property accepts the following values:

  • "indicate"
    Header items are not animated; a blue line appears where the dragged item is going to be placed.

  • "push"
    Header items move apart with an animation, allowing room for the dragged row.

onDragChange

A function that is called when the dragged item's position changes.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

onDragEnd

A function that is called when the drag gesture is finished.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

onDragMove

A function that is called every time a draggable item is moved.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

onDragStart

A function that is called when a drag gesture is initialized.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

onRemove

A function that is called when a draggable item is removed.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

onReorder

A function that is called when the draggable items are reordered.

Type:

Function

Function parameters:
e: any

Information about the event that caused the function's execution.

Default Value: null

scrollSensitivity

Specifies the distance in pixels from the edge of viewport at which scrolling should start.

Type:

Number

Default Value: 60

scrollSpeed

Specifies the scrolling speed when dragging an item beyond the viewport.

Type:

Number

Default Value: 30