KaxToolTipBase Class |
Namespace: Kettic.AspNet.Controls
The KaxToolTipBase type exposes the following members.
Name | Description | |
---|---|---|
Animation |
Get/Set the animation effect of the tooltip
| |
AnimationDuration |
Sets/gets the duration of the slide animation in milliseconds.
| |
AutoCloseDelay |
Get/Set the delay after which the tooltip will hide if the mouse stands still over the target element.
| |
ContentScrolling |
Get/Set overflow of the tooltip's content area
| |
EnableShadow |
Gets or sets a value indicating whether the KaxToolTip should have shadow.
| |
Height |
Get/Set the Height of the tooltip
(Overrides KaxWebControl.Height.) | |
HideDelay |
Get/Set delay in miliseconds for the tooltip to hide after the mouse leaves the target element.
| |
HideEvent |
Get/Set the client event at which the tooltip will be hidden
| |
IgnoreAltAttribute |
Get/Set the idicator whether the Alt specified for the target should be ignored or not
| |
ManualClose | Obsolete.
Get/Set whether the tooltip will need to be closed manually by the user using the [x] button, or will close automatically
| |
ManualCloseButtonText |
Get/Set the the manual close button's tooltip text
| |
Modal | Gets or sets a value indicating whether a tooltip is modal or not. | |
MouseTrailing |
Get/Set whether the tooltip will move to follow mouse movement or will stay fixed.
| |
OffsetX |
Get/Set the tooltip's horizontal offset from the target control. Works in coopearation with the Position property.
| |
OffsetY |
Get/Set the tooltip's vertical offset from the target control. Works in coopearation with the Position property.
| |
OnClientBeforeHide |
Gets or sets a value indicating the client-side event handler that is called
while the handle is being slided.
| |
OnClientBeforeShow |
Gets or sets a value indicating the client-side event handler that is called when
the KaxToolTip control is initialized.
| |
OnClientHide |
Gets or sets a value indicating the client-side event handler that is called
when slide has ended.
| |
OnClientShow |
Gets or sets a value indicating the client-side event handler that is called before
the sliding is started.
| |
Overlay | Gets or sets a value indicating whether the window will create an overlay element. | |
Position |
Get/Set the top/left position of the tooltip relative to the target element
| |
RelativeTo |
Get/Set whether the tooltip should appear relative to the mouse or to the target element. Works in coopearation with the Position property.
| |
RenderInPageRoot |
Get/Set whether the tooltip should be added as a child of the root element or as a child of its direct parent.
| |
ShowCallout |
Get/Set whether the tooltip will hide when the mouse moves away from the target element, or when the mouse [enters] and moves out of the tooltip itself.
| |
ShowDelay |
Get/Set the time for which the user should hold the mouse over a target element for the tooltip to appear
| |
ShowEvent |
Get/Set the client event at which the tooltip will be made visible for a particular target control
| |
Sticky | Obsolete.
Get/Set whether the tooltip will hide when the mouse moves away from the target element, or when the mouse [enters] and moves out of the tooltip itself.
| |
Text |
Get/Set the Text that will appear in the tooltip (if it should be other than the content of the 'title' attribute of the target element
| |
Title |
Get/Set a title for the tooltip
| |
VisibleOnPageLoad |
Gets or sets a value indicating whether the tooltip will open automatically when its parent [aspx] page is loaded on the client.
| |
Width |
Get/Set the Width of the tooltip
(Overrides KaxWebControl.Width.) |