Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» ASPNetToolTip
» Installation Guide
Tutorials
» Getting Started
» Object Reference
» JavaScript API Reference
» Example Code
Registration Detail
» Registration
 

JavaScript API Reference

The ASPNetToolTip JavaScript API provides an interface to control any ASPNetToolTip control at run-time using JavaScript client code.

The API can be accessed by using the accessor function below:

Accessor function

ASPNetToolTip.ToolTip(ControlName)

Returns an object allowing you to use the JavaScript API methods to control a ASPNetToolTip object.

e.g. tooltipObject = ASPNetToolTip.ToolTip (“ToolTip1”)

JavaScript API

To use the API functions, you must call them using the object returned by the Accessor function.

windows files recovery data recovery utilities downloads best data recovery software
passwords recovery digital picture recovery digital pictures unerase
memory card video recovery unerase usb data repair flash drive

e.g. ASPNetToolTip.ToolTip(“ToolTip1”).StartToolTip()

StartToolTip()

Makes the ToolTip appear.

StopToolTip()

Makes the ToolTip disappear.

ToggleToolTip()

If the ToolTip is open, it closes it, if it is closed, it is opened.

If the ToolTip is currently in the middle of an animation, nothing happens.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals