ComponentOne ToolTip for ASP.NET AJAX: ToolTip for ASP.NET AJAX Top Tips

ToolTip for ASP.NET AJAX Top Tips

The following tips were compiled from frequently asked user questions posted in the Studio for ASP.NET AJAX forum.

Tip 1: Use the AutoTooltipify or ToolTipZoneID property to show a tooltip for the elements with a Title attribute.

You can replace a large number of common tooltips with C1Tooltips for any element with a Title attribute just by setting one property. See the Automatically Adding a ToolTip to Page Elements topic for steps on how to do this.

Set the AutoTooltipify property to True, and the specified C1ToolTip will be shown for all elements with a “Title” attribute.

Set the ToolTipZoneID property to a specific element, and the element’s children that have a Title attribute will also have a C1ToolTip

Tip 2: Use the CalloutSide and CalloutOffset properties to customize the callout position.

The CalloutSide property is used to determine on which side of the C1ToolTip the callout will appear. The CalloutOffset property is used to specify the offset value from the left or top edge. If the CalloutOffset property is set, the callout will move to the new position using animation.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.