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
» ezAJAX Community Edition
» Agile Methodology
ezAJAX Community Edition
» How will this Work?
» Editable Files
» Debugging Support
» JavaScript Objects
» Constructor Method
» Destructor Method
» Instance Methods
» ezAJAXEngine Behaviors
» JavaScript Object Instances
» JavaScript Variables
» JavaScript Functions
» JavaScript Abstract Event Handlers
» ezAJAX Processing Model
» ezAJAX Call-Back Functions
» ezAJAX Server Command Specifications
» ezAJAX ColdFusion Function Library
» ezAJAX Server Command Handlers
ezAjax Usage
» ezAJAX and PHP
» ezAJAX and ASP
» ezAJAX and .Net
» ezAJAX and ASP.Net
» ezAJAX and Dreamweaver
» ezAJAX and Homesite
» ezAJAX and Eclipse
 

Destructor Method

ezAnchorPosition.remove$(id)

The “ezAnchorPosition.remove$(id)” function takes one argument which is the “id” of the ezAnchorPosition Object instance to be removed.

Object Instances Destructor Method

ezAnchorPosition.remove$s()

The “ezAnchorPosition.remove$s()” function takes no arguments and performs the function of removing all Instances of the ezAnchorPosition Object. This function is automatically called whenever the window.onUnload event is fired for ezAJAX Community Edition Applications.

Instance variables

The “id” instance variable stores the instance identifier for each object instance; this is also the index within the object’s instance cache for this specific object instance.

The “x” instance variable stores the X coordinate for the client coordinate of the specific named anchor element that is identified by the “anchorname” instance variable.

The “y” instance variable stores the Y coordinate for the client coordinate of the specific named anchor element that is identified by the “anchorname” instance variable.

The “anchorname” instance variable stores the name of the anchor element for which X and Y coordinates are being retrieved.

The “use_gebi” instance variable stores a Boolean value that is either “true” or “false” depending on whether the browser responds to the “document.getElementById” function. This instance variable is used internally by the ezAnchorPosition Object to perform the processing it is required to perform.

The “use_css” instance variable stores a Boolean value that is either “true” or “false” depending on whether the browser does not respond to the “document.getElementById” but does respond to the “document.all” function. This instance variable is used internally by the ezAnchorPosition Object to perform the processing it is required to perform.

deleted partition recovery password breaking hard disk restore
capture keystrokes windows files recovery free undelete download
data recovery utilities xd card recovery unerase files

The “use_layers” instance variable stores a Boolean value that is either “true” or “false” depending on whether the browser does not respond to the “document.getElementById” and does not respond to the “document.all” and does respond to the “document.layers” function. This instance variable is used internally by the ezAnchorPosition Object to perform the processing it is required to perform.

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