HoverPanel.assignContent

Assigns HTML content to the panel or more specifically the element specified in htmlTargetClientId.

This method can be useful if you manually intercept the callbackHandler events rather than letting the control do the positioning automatically.

Example:

function OnCallback(Result)
{
	MyHoverPanel.assignContent(Result);
	MyHoverPanel.movePanelToPosition();
	MyHoverPanel.show();
}
o.HoverPanel.assignContent(ContentString)

Parameters

ContentString
The content that is to be displayed. Content should be HTML rather than text.

See also:

Class West Wind Ajax Toolkit

© West Wind Technologies, 1996-2016 • Updated: 10/03/08
Comment or report problem with topic