Allows any module to have drag and drop functionality enabled
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void EnableContainerDragAndDrop( Control objTitle, Control objContainer, int ModuleID ) |
Visual Basic |
---|
Public Shared Sub EnableContainerDragAndDrop ( objTitle As Control, objContainer As Control, ModuleID As Integer ) |
Parameters
- objTitle
- Type: System.Web.UI..::..Control
Title element that responds to the click and dragged
- objContainer
- Type: System.Web.UI..::..Control
Container
- ModuleID
- Type: System..::..Int32
Module ID
Remarks
This sub also will send down information to notify the client of the panes that have been defined in the current skin.