Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js132
1 files changed, 131 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js
index 84b905b7..a2b2d641 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js
@@ -1 +1,131 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object area() * @type area * @super Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535185.aspx */ function area(){}; area.prototype= new Object(); /** * Property accessKey * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ area.prototype.accessKey=""; /** * Property alt * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ area.prototype.alt=""; /** * Property canHaveHTML * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ area.prototype.canHaveHTML=false; /** * Property className * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ area.prototype.className=""; /** * Property coords * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533695.aspx */ area.prototype.coords=""; /** * Property dir * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ area.prototype.dir=""; /** * Property firstChild * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ area.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @return childNodes * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property hash * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533775.aspx */ area.prototype.hash=""; /** * Property href * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ area.prototype.href=""; /** * Property hideFocus * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ area.prototype.hideFocus=false; /** * Property host * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533784.aspx */ area.prototype.host=""; /** * Property hostname * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533785.aspx */ area.prototype.hostname=""; /** * Property port * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534342.aspx */ area.prototype.port=""; /** * Property id * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ area.prototype.id=""; /** * Property isContentEditable * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ area.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ area.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ area.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ area.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @return TextRange * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ area.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ area.prototype.lang=""; /** * Property language * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ area.prototype.language=""; /** * Property lastChild * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ area.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ area.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ area.prototype.nodeName=""; /** * Property nodeType * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ area.prototype.nodeType=0; /** * Property nodeValue * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ area.prototype.nodeValue=new Object(); /** * Property noHref * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534193.aspx */ area.prototype.noHref=false; /** * Property offsetHeight * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ area.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ area.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ area.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ area.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ area.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ area.prototype.outerHTML=""; /** * Property outerText * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ area.prototype.outerText=""; /** * Property ownerDocument * @type document * @return document * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ area.prototype.ownerDocument=new document(); /** * Property document * @type document * @return document * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ area.prototype.document= new document(); /** * Property parentElement * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ area.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ area.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ area.prototype.parentTextEdit=new Object(); /** * Property pathname * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534332.aspx */ area.prototype.pathname=""; /** * Property previousSibling * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ area.prototype.previousSibling=new Object(); /** * Property protocol * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ area.prototype.protocol=""; /** * Property readyState * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ area.prototype.readyState=new Object(); /** * Property scopeName * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ area.prototype.scopeName=""; /** * Property search * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534620.aspx */ area.prototype.search=""; /** * Property href * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533867.aspx */ area.prototype.href=""; /** * Property shape * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534628.aspx */ area.prototype.shape=""; /** * Property sourceIndex * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ area.prototype.sourceIndex=0; /** * Property all * @type all * @return all * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property tabIndex * @type Number * @return Number * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ area.prototype.tabIndex=0; /** * Property tagName * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ area.prototype.tagName=""; /** * Property tagUrn * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ area.prototype.tagUrn=""; /** * Property target * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ area.prototype.target=""; /** * Property title * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ area.prototype.title=""; /** * Property uniqueID * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ area.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ area.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ area.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ area.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ area.prototype.blur=function(){}; /** * Property onblur * @type onblur * @return onblur * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ area.prototype.clearAttributes=function(){}; /** * function click() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ area.prototype.click=function(){}; /** * Property onclick * @type onclick * @return onclick * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ area.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ area.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ area.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ area.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ area.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ area.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ area.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @return onfocus * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ area.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ area.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @return attribute * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ area.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @return attribute * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ area.prototype.attribute= new attribute(); /** * Property name * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ area.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @return TextRectangle * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ area.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @return TextRectangle * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ area.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ area.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ area.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ area.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @return HTML Elements * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ area.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ area.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ area.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ area.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ area.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ area.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ area.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @return Boolean * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ area.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ area.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ area.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ area.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @return String * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ area.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ area.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ area.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ area.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ area.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ area.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ area.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ area.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @return onactivate * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ area.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @return Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ area.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @return onbeforeactivate * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ area.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @return onbeforecopy * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ area.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @return onbeforecut * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ area.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @return onbeforedeactivate * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ area.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @return onbeforeeditfocus * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ area.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @return onbeforepaste * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ area.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @return onblur * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @return onclick * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @return oncontextmenu * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ area.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @return oncontrolselect * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ area.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @return oncopy * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ area.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @return oncut * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ area.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @return ondblclick * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ area.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @return ondeactivate * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ area.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @return ondrag * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ area.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @return ondragend * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ area.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @return ondragenter * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ area.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @return ondragleave * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ area.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @return ondragover * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ area.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @return ondragstart * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ area.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @return ondrop * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ area.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @return onfocus * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @return onfocusin * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ area.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @return onfocusout * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ area.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @return onhelp * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ area.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @return onkeydown * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ area.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @return onkeypress * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ area.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @return onkeyup * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ area.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @return onlosecapture * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ area.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @return onmousedown * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ area.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @return onmouseenter * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ area.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @return onmouseleave * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ area.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @return onmousemove * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ area.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @return onmouseout * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ area.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @return onmouseover * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ area.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @return onmouseup * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ area.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @return onmousewheel * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ area.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @return onmove * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ area.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @return onmoveend * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ area.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @return onmovestart * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ area.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @return onpaste * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ area.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @return onpropertychange * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ area.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @return onreadystatechange * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ area.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @return onresizeend * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ area.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @return onresizestart * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ area.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @return onselectstart * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ area.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @return ontimeerror * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ area.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @return all * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property attributes * @type attributes * @return attributes * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ area.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @return behaviorUrns * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ area.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @return childNodes * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @return TextNode * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ area.prototype.TextNode= new TextNode(); /** * Property children * @type children * @return children * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ area.prototype.children= new children(); \ No newline at end of file
+/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object area() * @type area * @super Object * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535185.aspx */ function area(){}; area.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ area.prototype.accessKey=""; /** * Property alt * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ area.prototype.alt=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ area.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ area.prototype.className=""; /** * Property coords * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533695.aspx */ area.prototype.coords=""; /** * Property dir * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ area.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ area.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property hash * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533775.aspx */ area.prototype.hash=""; /** * Property href * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ area.prototype.href=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ area.prototype.hideFocus=false; /** * Property host * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533784.aspx */ area.prototype.host=""; /** * Property hostname * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533785.aspx */ area.prototype.hostname=""; /** * Property port * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534342.aspx */ area.prototype.port=""; /** * Property id * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ area.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ area.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ area.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ area.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ area.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ area.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ area.prototype.lang=""; /** * Property language * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ area.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ area.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ area.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ area.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ area.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ area.prototype.nodeValue=new Object(); /** * Property noHref * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534193.aspx */ area.prototype.noHref=false; /** * Property offsetHeight * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ area.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ area.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ area.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ area.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ area.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ area.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ area.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ area.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ area.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ area.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ area.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ area.prototype.parentTextEdit=new Object(); /** * Property pathname * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534332.aspx */ area.prototype.pathname=""; /** * Property previousSibling * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ area.prototype.previousSibling=new Object(); /** * Property protocol * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ area.prototype.protocol=""; /** * Property readyState * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ area.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ area.prototype.scopeName=""; /** * Property search * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534620.aspx */ area.prototype.search=""; /** * Property href * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533867.aspx */ area.prototype.href=""; /** * Property shape * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534628.aspx */ area.prototype.shape=""; /** * Property sourceIndex * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ area.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ area.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ area.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ area.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ area.prototype.target=""; /** * Property title * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ area.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ area.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ area.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ area.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ area.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ area.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ area.prototype.clearAttributes=function(){}; /** * function click() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ area.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ area.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ area.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ area.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ area.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ area.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ area.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ area.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ area.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ area.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ area.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ area.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ area.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ area.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ area.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ area.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ area.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ area.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
+ Elements * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ area.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ area.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ area.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ area.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ area.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ area.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ area.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ area.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ area.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ area.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ area.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ area.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ area.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ area.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ area.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ area.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ area.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ area.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ area.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ area.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ area.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ area.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ area.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ area.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ area.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ area.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ area.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ area.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ area.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ area.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ area.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ area.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ area.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ area.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ area.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ area.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ area.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ area.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ area.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ area.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ area.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ area.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ area.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ area.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ area.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ area.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ area.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ area.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ area.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ area.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ area.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ area.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ area.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ area.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ area.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ area.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ area.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ area.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ area.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ area.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ area.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ area.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ area.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ area.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ area.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ area.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ area.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ area.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
+ * @memberOf area * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ area.prototype.children= new children(); \ No newline at end of file

Back to the top