Enumeration HoverEventHandlerModes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.HoverEventHandlerModes
public sealed enum HoverEventHandlerModes

Class Members

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

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic