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

Back to the top