Enumeration HoverEventHandlerModes
West Wind Web Toolkit for ASP.NET
 Enumeration HoverEventHandlerModes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.HoverEventHandlerModes
public sealed enum HoverEventHandlerModes

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.
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.
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.web.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic