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_basefont.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js58
1 files changed, 57 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js
index f8773025..6411d12d 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js
@@ -1 +1,57 @@
-/******************************************************************************* * 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 baseFont() * @type baseFont * @super Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535193.aspx */ function baseFont(){}; baseFont.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ baseFont.prototype.canHaveHTML=false; /** * Property color * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533579.aspx */ baseFont.prototype.color=new Object(); /** * Property face * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533748.aspx */ baseFont.prototype.face=""; /** * Property firstChild * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ baseFont.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @return childNodes * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property id * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ baseFont.prototype.id=""; /** * Property isContentEditable * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ baseFont.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ baseFont.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ baseFont.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ baseFont.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @return TextRange * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ baseFont.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ baseFont.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ baseFont.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ baseFont.prototype.nodeName=""; /** * Property nodeType * @type Number * @return Number * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ baseFont.prototype.nodeType=0; /** * Property nodeValue * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ baseFont.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @return document * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ baseFont.prototype.ownerDocument=new document(); /** * Property document * @type document * @return document * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ baseFont.prototype.document= new document(); /** * Property parentElement * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ baseFont.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ baseFont.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ baseFont.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ baseFont.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ baseFont.prototype.readyState=new Object(); /** * Property scopeName * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ baseFont.prototype.scopeName=""; /** * Property size * @type Number * @return Number * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534631.aspx */ baseFont.prototype.size=0; /** * Property sourceIndex * @type Number * @return Number * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ baseFont.prototype.sourceIndex=0; /** * Property all * @type all * @return all * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property tagName * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ baseFont.prototype.tagName=""; /** * Property tagUrn * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ baseFont.prototype.tagUrn=""; /** * Property uniqueID * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ baseFont.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ baseFont.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ baseFont.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ baseFont.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ baseFont.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ baseFont.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ baseFont.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ baseFont.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ baseFont.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ baseFont.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ baseFont.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ baseFont.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @return Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ baseFont.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @return attribute * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ baseFont.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @return attribute * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ baseFont.prototype.attribute= new attribute(); /** * Property name * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ baseFont.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @return TextRectangle * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ baseFont.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @return TextRectangle * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ baseFont.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ baseFont.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ baseFont.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @return HTML Elements * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ baseFont.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ baseFont.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ baseFont.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ baseFont.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ baseFont.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ baseFont.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @return Boolean * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ baseFont.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ baseFont.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ baseFont.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @return String * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ baseFont.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ baseFont.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ baseFont.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ baseFont.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @return onlayoutcomplete * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ baseFont.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @return onmouseenter * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ baseFont.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @return onmouseleave * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ baseFont.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @return onreadystatechange * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ baseFont.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @return all * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property attributes * @type attributes * @return attributes * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ baseFont.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @return behaviorUrns * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ baseFont.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @return childNodes * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @return TextNode * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ baseFont.prototype.TextNode= new TextNode(); /** * Property children * @type children * @return children * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ baseFont.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 baseFont() * @type baseFont * @super Object * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535193.aspx */ function baseFont(){}; baseFont.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ baseFont.prototype.canHaveHTML=false; /** * Property color * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533579.aspx */ baseFont.prototype.color=new Object(); /** * Property face * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533748.aspx */ baseFont.prototype.face=""; /** * Property firstChild * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ baseFont.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ baseFont.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ baseFont.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ baseFont.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ baseFont.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ baseFont.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ baseFont.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ baseFont.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ baseFont.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ baseFont.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ baseFont.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ baseFont.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ baseFont.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ baseFont.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ baseFont.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ baseFont.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ baseFont.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ baseFont.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ baseFont.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ baseFont.prototype.scopeName=""; /** * Property size * @type Number * @returns {Number}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534631.aspx */ baseFont.prototype.size=0; /** * Property sourceIndex * @type Number * @returns {Number}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ baseFont.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ baseFont.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ baseFont.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ baseFont.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ baseFont.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ baseFont.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ baseFont.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ baseFont.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ baseFont.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ baseFont.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ baseFont.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ baseFont.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ baseFont.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ baseFont.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ baseFont.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ baseFont.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ baseFont.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ baseFont.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ baseFont.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ baseFont.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ baseFont.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ baseFont.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ baseFont.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
+ Elements * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ baseFont.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ baseFont.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ baseFont.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ baseFont.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ baseFont.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ baseFont.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ baseFont.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ baseFont.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ baseFont.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ baseFont.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ baseFont.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ baseFont.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ baseFont.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ baseFont.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ baseFont.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ baseFont.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ baseFont.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ baseFont.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ baseFont.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ baseFont.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
+ * @memberOf baseFont * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ baseFont.prototype.children= new children(); \ No newline at end of file

Back to the top