wwHoverPanel.callbackHandler

The handler that is called when the callback completes. By default this is not set and it's optional to set this handler since wwHoverPanel will automatically fill the content.

You can return false from the CallbackHandler to indicate that the result should not be displayed in the HoverPanel. Otherwise return true or nothing at all.

function ShowLineItems(event,Id) { LineItemPanel.callbackHandler = CheckResult; LineItemPanel.startCallback(event,"id=" + Id + "&LineItemDisplay=1"); } function HideLineItems() { LineItemPanel.hide(); } function CheckResult(Result) { alert(Result); return false; // abort display }


o.wwHoverPanel.callbackHandler

See also:

Class West Wind Ajax Toolkit


  Last Updated: 10/19/2006 | © West Wind Technologies, 2008