Click or drag to resize
FormattedTextAddTooltip Method
Adds span tag with set title attribute.

Namespace: CMS.Helpers.Markup
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public FormattedText AddTooltip(
	string tooltip
)

Parameters

tooltip
Type: SystemString

Return Value

Type: FormattedText
See Also