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_noscript.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js21
1 files changed, 20 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js
index 972a1276..8a7f3381 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js
@@ -1 +1,20 @@
-/******************************************************************************* * 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 noScript() * @type noScript * @super Object * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535858.aspx */ function noScript(){}; noScript.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @return Boolean * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ noScript.prototype.canHaveHTML=false; /** * Property id * @type String * @return String * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ noScript.prototype.id=""; /** * Property isContentEditable * @type Boolean * @return Boolean * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ noScript.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @return Boolean * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ noScript.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @return Boolean * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ noScript.prototype.isMultiLine=false; /** * Property parentElement * @type Object * @return Object * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ noScript.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @return Object * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ noScript.prototype.readyState=new Object(); /** * Property scopeName * @type String * @return String * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ noScript.prototype.scopeName=""; /** * Property tagUrn * @type String * @return String * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ noScript.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ noScript.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @return String * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ noScript.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @return Boolean * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ noScript.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @return attribute * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ noScript.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @return attribute * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ noScript.prototype.attribute= new attribute(); /** * Property name * @type String * @return String * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ noScript.prototype.name=""; /** * function normalize() * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ noScript.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @return TextNode * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ noScript.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ noScript.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ noScript.prototype.removeBehavior=function(iID){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @return attribute * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ noScript.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property onreadystatechange * @type onreadystatechange * @return onreadystatechange * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ noScript.prototype.onreadystatechange= new onreadystatechange(); /** * Property behaviorUrns * @type behaviorUrns * @return behaviorUrns * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ noScript.prototype.behaviorUrns= new behaviorUrns(); \ 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 noScript() * @type noScript * @super Object * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535858.aspx */ function noScript(){}; noScript.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ noScript.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ noScript.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ noScript.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ noScript.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ noScript.prototype.isMultiLine=false; /** * Property parentElement * @type Object * @returns {Object}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ noScript.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ noScript.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ noScript.prototype.scopeName=""; /** * Property tagUrn * @type String * @returns {String}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ noScript.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ noScript.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ noScript.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ noScript.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ noScript.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ noScript.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ noScript.prototype.name=""; /** * function normalize() * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ noScript.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ noScript.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ noScript.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ noScript.prototype.removeBehavior=function(iID){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ noScript.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ noScript.prototype.onreadystatechange= new onreadystatechange(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
+ * @memberOf noScript * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ noScript.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file

Back to the top