Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js
deleted file mode 100644
index 3314d210..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * 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 legend() * @type legend * @super Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535846.aspx */ function legend(){}; legend.prototype= new Object(); /** * Property accessKey * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ legend.prototype.accessKey=""; /** * Property align * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533067.aspx */ legend.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ legend.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ legend.prototype.canHaveHTML=false; /** * Property className * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ legend.prototype.className=""; /** * Property clientHeight * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ legend.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ legend.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ legend.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ legend.prototype.clientTop=0; /** * Property offsetTop * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ legend.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ legend.prototype.clientWidth=0; /** * Property contentEditable * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ legend.prototype.contentEditable=""; /** * Property dataFormatAs * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ legend.prototype.dataFormatAs=""; /** * Property dir * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ legend.prototype.dir=""; /** * Property disabled * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ legend.prototype.disabled=false; /** * Property firstChild * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ legend.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @return childNodes * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ legend.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ legend.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ legend.prototype.hideFocus=false; /** * Property id * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ legend.prototype.id=""; /** * Property innerHTML * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ legend.prototype.innerHTML=""; /** * Property innerText * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ legend.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ legend.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ legend.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ legend.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ legend.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @return TextRange * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ legend.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ legend.prototype.lang=""; /** * Property language * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ legend.prototype.language=""; /** * Property lastChild * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ legend.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ legend.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ legend.prototype.nodeName=""; /** * Property nodeType * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ legend.prototype.nodeType=0; /** * Property nodeValue * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ legend.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ legend.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ legend.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ legend.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @return DABoolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ legend.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ legend.prototype.outerHTML=""; /** * Property outerText * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ legend.prototype.outerText=""; /** * Property ownerDocument * @type document * @return document * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ legend.prototype.ownerDocument=new document(); /** * Property document * @type document * @return document * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ legend.prototype.document= new document(); /** * Property parentElement * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ legend.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ legend.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ legend.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ legend.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ legend.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ legend.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ legend.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ legend.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ legend.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ legend.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ legend.prototype.scrollWidth=new Object(); /** * Property tabIndex * @type Number * @return Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ legend.prototype.tabIndex=0; /** * Property tagName * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ legend.prototype.tagName=""; /** * Property tagUrn * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ legend.prototype.tagUrn=""; /** * Property title * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ legend.prototype.title=""; /** * Property uniqueID * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ legend.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param sUrl String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ legend.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param oNode appendChild * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ legend.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param oNewElement String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ legend.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param sEvent String * @param fpNotify Boolean * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ legend.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ legend.prototype.blur=function(){}; /** * Property onblur * @type onblur * @return onblur * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ legend.prototype.onblur= new onblur(); /** * function clearAttributes() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ legend.prototype.clearAttributes=function(){}; /** * function click() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ legend.prototype.click=function(){}; /** * Property onclick * @type onclick * @return onclick * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ legend.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param bCloneChildren Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ legend.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param iCoordX Number * @param iCoordY Number * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ legend.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param oElement Boolean * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ legend.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param sEvent String * @param fpNotify attachEvent * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ legend.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ legend.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param sEvent String * @param oEventObject event * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ legend.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ legend.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @return onfocus * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ legend.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param sWhere String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ legend.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param sAttrName String * @param iFlags Number * @param sAttrName getAttribute * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ legend.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param sName String * @type attribute * @return attribute * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ legend.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @return attribute * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ legend.prototype.attribute= new attribute(); /** * Property name * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ legend.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @return TextRectangle * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ legend.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @return TextRectangle * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ legend.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ legend.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param sTagName String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ legend.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param sPropertyName String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ legend.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @return HTML Elements * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ legend.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param sWhere String * @param oElement insertAdjacentElement * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ legend.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param sWhere String * @param sText String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ legend.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param sWhere String * @param sText String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ legend.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param oNewNode Object * @param oChildNode Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ legend.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param oSource Object * @param bPreserve Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ legend.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ legend.prototype.normalize=function(){}; /** * function releaseCapture() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ legend.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param sName String * @param iCaseSensitive Number * @type Boolean * @return Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ legend.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param oSrcAttribute attribute * @type attribute * @return attribute * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ legend.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param iID Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ legend.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param oNode Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ legend.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param sPropertyName String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ legend.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param bRemoveChildren Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ legend.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param sWhere String * @param sReplaceText String * @type String * @return String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ legend.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param oNewNode Object * @param oChildNode Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ legend.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param oNewNode Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ legend.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param bAlignToTop Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ legend.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ legend.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param sName String * @param vValue Number * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ legend.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param oSrcAttribute attribute * @type attribute * @return attribute * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ legend.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param bContainerCapture Boolean * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ legend.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param sPropertyName String * @param sExpression String * @param sLanguage String * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ legend.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param oNode Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ legend.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @return onactivate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ legend.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @return Object * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ legend.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @return onafterupdate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ legend.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @return onbeforeactivate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ legend.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @return onbeforecopy * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ legend.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @return onbeforecut * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ legend.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @return onbeforedeactivate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ legend.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @return onbeforeeditfocus * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ legend.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @return onbeforepaste * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ legend.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @return onbeforeupdate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ legend.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @return onblur * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ legend.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @return onclick * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ legend.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @return oncontextmenu * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ legend.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @return oncontrolselect * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ legend.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @return oncopy * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ legend.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @return oncut * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ legend.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @return ondblclick * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ legend.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @return ondeactivate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ legend.prototype.ondeactivate= new ondeactivate(); /** * Property onerrorupdate * @type onerrorupdate * @return onerrorupdate * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ legend.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @return onfocus * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ legend.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @return onfocusin * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ legend.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @return onfocusout * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ legend.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @return onhelp * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ legend.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @return onkeydown * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ legend.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @return onkeypress * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ legend.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @return onkeyup * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ legend.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @return onlosecapture * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ legend.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @return onmousedown * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ legend.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @return onmouseenter * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ legend.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @return onmouseleave * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ legend.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @return onmousemove * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ legend.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @return onmouseout * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ legend.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @return onmouseover * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ legend.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @return onmouseup * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ legend.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @return onmousewheel * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ legend.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @return onmove * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ legend.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @return onmoveend * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ legend.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @return onmovestart * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ legend.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @return onpaste * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ legend.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @return onpropertychange * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ legend.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @return onreadystatechange * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ legend.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @return onresize * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ legend.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @return onresizeend * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ legend.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @return onresizestart * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ legend.prototype.onresizestart= new onresizestart(); /** * Property ontimeerror * @type ontimeerror * @return ontimeerror * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ legend.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @return all * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ legend.prototype.all= new all(); /** * Property attributes * @type attributes * @return attributes * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ legend.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @return behaviorUrns * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ legend.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @return childNodes * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ legend.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @return TextNode * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ legend.prototype.TextNode= new TextNode(); /** * Property children * @type children * @return children * @class legend * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ legend.prototype.children= new children(); \ No newline at end of file

Back to the top