-
Notifications
You must be signed in to change notification settings - Fork 1
DragPanelExtender
This extender attaches the stock floatingBehavior to the panel and is an example of wrapping the existing behavior with an extender. On being attached to the panel, a user can then drag that panel around the browser rendering surface using the mouse.
Name | Description |
---|---|
DragHandleID | The server ID of a control that will serve as a handle for this drag operation. When a user clicks and drags this control, the associated panel will be moved as well. |
Name | Description |
---|---|
handle | Handles to drag the panel around. |
location | Defines the location of an element being dragged. |
Name | Description |
---|---|
move | Move event handler. |
Handles to drag the panel around.
Getter name: get_handle()
Setter name: set_handle(value)
Defines the location of an element being dragged.
Getter name: get_location()
Setter name: set_location(value)
Move event handler.
Add event handler method: add_move(handler)
Remove event handler method: remove_move(handler)
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
Reference v16.1.1
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout