TreeDragDropExtendedSettings Class |
Namespace: Dynamicweb.Controls
The TreeDragDropExtendedSettings type exposes the following members.
Name | Description | |
---|---|---|
TreeDragDropExtendedSettings | Initializes a new instance of the TreeDragDropExtendedSettings class |
Name | Description | |
---|---|---|
AllowAutoExpand |
Gets or sets value indicating whether to expand the node when the draggable is placed over it.
(Inherited from TreeDragDropSettings.) | |
AllowDrag |
Gets or sets value indicating whether element accepts drag operation.
(Inherited from TreeDragDropSettings.) | |
AllowDrop |
Gets or sets value indicating whether element accepts drop operation.
(Inherited from TreeDragDropSettings.) | |
OnClientDragEnd |
Gets or sets additional client-side script that executes when drag operation is finished.
| |
OnClientDragOver |
Gets or sets additional client-side script that executes when drag source moves over drop target.
| |
OnClientDragStart |
Gets or sets additional client-side script that executes when drag operation is initiated.
| |
OnClientDrop |
Gets or sets additional client-side script that executes when drop operation is occured.
|
Name | Description | |
---|---|---|
DeclareMethod |
Gets the JSON method declaration.
| |
EscapeQuotes |
Escapes all double quotes in a string.
(Inherited from TreeDragDropSettings.) | |
ToString |
Gets the JSON string representing a settings.
(Overrides TreeDragDropSettingsToString.) |