ASP.NET AJAX Control Toolkit Demos v20.1.0.0

HoverMenu Sample
Ajax Control Toolkit
HoverMenu Demonstration

Mouse over the grid below to see the options for each row.

Have product idea Figure out opportunities 0
Talk to customers Make sure they want it 1
Design product Figure out the features and architecture 2
Build prototype Work out the issues 3
Test features Use TDD and automated testing 4
Build production version Make it fast and robust 5
Fix bugs Make sure it works 6
Ship Ship it! 7
HoverMenu Description
HoverMenu is an ASP.NET AJAX Control Toolkit extender that can be attached to any ASP.NET WebControl and associates that control with a popup panel to display additional content.
HoverMenu Properties
Properties
  • HoverCssClass - A CSS class to apply to the target when the hover menu popup is visible
  • HoverDelay - Time in milliseconds before the popup is displayed after hovering over the target control.
  • OffsetX - The number of pixels to offset the popup from its default position as specified by PopupPosition. Default is 0
  • OffsetY - The number of pixels to offset the popup from its default position as specified by PopupPosition. Default is 0
  • OnHide - OnHide animation will be played each time the hover menu is hidden.
  • OnShow - OnShow animation will be played each time the hover menu is displayed.
  • PopDelay - Time in milliseconds for the popup to remain visible after the mouse moves away from the target control.
  • PopupControlID - A control's ID to display when the mouse is over the target control.
  • PopupPosition - The popup element position when it is shown.
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.