Click or drag to resize

MapperHoverSummary Method

Generate a Hover summary used to show the user information about a related item when hovering over an element on a page.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string HoverSummary(
	IAppContext appCxt,
	PageInfo pi,
	string rowKeyValue,
	string pageElementID
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
pi
Type: NetQuarryPageInfo
The page element where the hover takes place.
rowKeyValue
Type: SystemString
The value of the related item's RowKey.
pageElementID
Type: SystemString
The optional ID of the PageElement to use for the summary.

Return Value

Type: String
The summary HTML string.
See Also