SelectionAdorner.showDropZone Method

Show the drop zones.
 

Parameters

designObjectId

Type: Number
The design object ID of the selectionFrame.
dropZoneInfo

Type: Object

     Plain object with all the info
     adapter     [type: "dundas.view.controls.Adapter]   - The adapter for this drop zone.
     rectInfo    [type: "Object"]                        - Plain object containing info for each drop zone rect
             rect        [type: "dundas.Rect"]           - The rectangle with the dimension to draw the drop zone rect
             targetName  [type: "String"]                - The caption of the drop zone rect
 

Return Value


Type: Object
dropZoneInfo with the respective created drop zone rectangles.