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.
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. |