| KaxToolTipManager Class |
Namespace: Kettic.AspNet.Controls
The KaxToolTipManager type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxToolTipManager |
| Name | Description | |
|---|---|---|
| AutoTooltipify |
Gets or sets a value whether the KaxToolTipManager, when its TargetControls collection is empty will tooltipify automatically all elements on the page that have a 'title' attribute
| |
| OnClientRequestStart |
Gets or sets a value indicating the client-side event handler that is called when
the KaxToolTipManager when a call to a WebService is initiated or AJAX request is started.
| |
| OnClientResponseEnd |
Gets or sets a value indicating the client-side event handler that is called when
the KaxToolTipManager receives the server response from a WebService or AJAX request.
| |
| OnClientResponseError | ||
| TargetControls |
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
| |
| ToolTipZoneID |
Gets or sets the id (ClientID if a runat=server is used) of a html element whose children will be tooltipified
| |
| UpdatePanel |
Gets a reference to the UpdatePanel property of KaxToolTipManager. The UpdatePanel allows for sending AJAX content to the client-side during the OnAjaxUpdate event.
| |
| WebServiceSettings |
Gets the settings for the web service used to populate items.
|
| Name | Description | |
|---|---|---|
| AjaxUpdate |