Intersoft WebDesktop Documentation
WebDragDropExtender
Send Feedback
Intersoft WebDesktop > Client-side References > WebDragDropExtender

Glossary Item Box

 WebDragDropExtender Properties

DragControls Description
The collection of WebDragControl in ISArray format.

ValueType
Collection ( ISArray )

Default Value

DropControls Description
The collection of WebDropControl in ISArray format.

ValueType
Collection ( ISArray )

Default Value

DragSettings Description
Contains global settings related to drag behavior.

ValueType
String

Default Value

DropSettings Description
Contains global settings related to drop behavior.

ValueType
boolean

Default Value
False
ClientSideEvents Description
Contains drag and drop client side events. 

ValueType
String

Default Value

 WebDragDropExtender Methods

ReInitializeDragControls Description
Performs re-initialization of drag controls in the WebDragDropExtender control.

Parameters

Remarks
You will need to call this method whenever the drag control is refreshed/updated using AJAX callback. For instance, this method needs to be called in OnResponse client side event of WebGrid so the drag behaviors are initialized back to the WebGrid after its refresh (partial updates). For example of this usage, see Outlook Style Drag and Drop sample in WebUI Studio.NET 2007 R2 Integrated Samples.

Return Value
void
 
ReInitializeDropControls Description
Performs re-initialization of drop controls in the WebDragDropExtender control.

Parameters

Remarks
You will need to call this method when the drop control is refreshed/updated using AJAX callback. For instance, if the WebExplorerPane items are removed or added using AJAX, the changes won't take effect until this method is called.

Return Value
void
 
ClearDropControlCache Description
Clear the cache of the drop controls.

Parameters

Remarks
The drop controls are cached in many ways internally by WebDragDropExtender to provide a high performance drag-drop solution. However, when the drop control's properties are modified, for instances, its location or sizes, you need to call this method to invalidate the cache.

Return Value
void
 
© 2012 Intersoft Solutions Corp. All Rights Reserved.