WindowDraggableSettingsBuilder
Methods
Containment(System.String)
Defines the selector of an element in which the window will be able to move. The element must have sufficient dimensions to contain the window. Accepts either selector or an element.
Parameters
value - System.String
The value for Containment
Axis(System.String)
Constrains the dragging to horizontal (x) or vertical (y) axis. Accepts two possible values: "x", "y".
Parameters
value - System.String
The value for Axis
DragHandle(System.String)
Restricts dragging of the window from the specified element. It should be part of the window element. This configuration setting accepts either selector or element.
Parameters
value - System.String
The value for DragHandle