Enumeration HoverEventHandlerModes



System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.HoverEventHandlerModes

public sealed enum HoverEventHandlerModes : Enum

Enumeration Values

MemberDescription
GetHttpResponse Calls an external Page and returns the HTML result into the ClientEventHandler specified for the control. This is a really high level mechanism. Enumeration HoverEventHandlerModes
ShowHtmlAtMousePosition Displays a hover window at the current mouse position. Calls a URL specified in the ServerUrl property when the call is initiated. The call initiation can add an additional queryString to specify 'parameters' for the request. Enumeration HoverEventHandlerModes
ShowHtmlInPanel Shows the result of the URL in the panel. Works like ShowHtmlInPanel except that the panel is not moved when the callback completes.
ShowIFrameAtMousePosition Displays a URL in an IFRAME which is independent of the current page.
ShowIFrameInPanel Shows an IFRAME in a panel

Requirements

Namespace: Westwind.Web.Controls
Assembly: westwind.ajaxtoolkit.dll


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008