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
blob: 7d7074afdf1dbe22d60c36fca38938f85be0c31b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/*******************************************************************************
 * 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 center()
  * @type center
  * @super Object
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535215.aspx
*/

function center(){};
center.prototype= new Object();
/**
  * Property accessKey
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533062.aspx
*/

center.prototype.accessKey="";
/**
  * Property blockDirection
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533508.aspx
*/

center.prototype.blockDirection="";
/**
  * Property canHaveChildren
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533546.aspx
*/

center.prototype.canHaveChildren=false;
/**
  * Property canHaveHTML
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx
*/

center.prototype.canHaveHTML=false;
/**
  * Property className
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx
*/

center.prototype.className="";
/**
  * Property clientHeight
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533563.aspx
*/

center.prototype.clientHeight=0;
/**
  * Property clientLeft
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533564.aspx
*/

center.prototype.clientLeft=0;
/**
  * Property offsetLeft
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx
*/

center.prototype.offsetLeft=0;
/**
  * Property clientTop
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533565.aspx
*/

center.prototype.clientTop=0;
/**
  * Property offsetTop
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx
*/

center.prototype.offsetTop=0;
/**
  * Property clientWidth
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533566.aspx
*/

center.prototype.clientWidth=0;
/**
  * Property contentEditable
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537837.aspx
*/

center.prototype.contentEditable="";
/**
  * Property dir
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx
*/

center.prototype.dir="";
/**
  * Property firstChild
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx
*/

center.prototype.firstChild=new Object();
/**
  * Property childNodes
  * @type childNodes
  * @returns {childNodes}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

center.prototype.childNodes= new childNodes();
/**
  * Property hideFocus
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx
*/

center.prototype.hideFocus=false;
/**
  * Property id
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx
*/

center.prototype.id="";
/**
  * Property innerHTML
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533897.aspx
*/

center.prototype.innerHTML="";
/**
  * Property innerText
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533899.aspx
*/

center.prototype.innerText="";
/**
  * Property isContentEditable
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx
*/

center.prototype.isContentEditable=false;
/**
  * Property isDisabled
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx
*/

center.prototype.isDisabled=false;
/**
  * Property isMultiLine
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx
*/

center.prototype.isMultiLine=false;
/**
  * Property isTextEdit
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx
*/

center.prototype.isTextEdit=false;
/**
  * Property TextRange
  * @type TextRange
  * @returns {TextRange}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx
*/

center.prototype.TextRange= new TextRange();
/**
  * Property lang
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx
*/

center.prototype.lang="";
/**
  * Property language
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx
*/

center.prototype.language="";
/**
  * Property lastChild
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx
*/

center.prototype.lastChild=new Object();
/**
  * Property nextSibling
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx
*/

center.prototype.nextSibling=new Object();
/**
  * Property nodeName
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx
*/

center.prototype.nodeName="";
/**
  * Property nodeType
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx
*/

center.prototype.nodeType=0;
/**
  * Property nodeValue
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx
*/

center.prototype.nodeValue=new Object();
/**
  * Property offsetHeight
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx
*/

center.prototype.offsetHeight=0;
/**
  * Property offsetParent
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx
*/

center.prototype.offsetParent=new Object();
/**
  * Property offsetWidth
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx
*/

center.prototype.offsetWidth=0;
/**
  * Property onOffBehavior
  * @type DABoolean
  * @returns {DABoolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533630.aspx
*/

center.prototype.onOffBehavior=new DABoolean();
/**
  * Property outerHTML
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx
*/

center.prototype.outerHTML="";
/**
  * Property outerText
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx
*/

center.prototype.outerText="";
/**
  * Property ownerDocument
  * @type document
  * @returns {document}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx
*/

center.prototype.ownerDocument=new document();
/**
  * Property document
  * @type document
  * @returns {document}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx
*/

center.prototype.document= new document();
/**
  * Property parentElement
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx
*/

center.prototype.parentElement=new Object();
/**
  * Property parentNode
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx
*/

center.prototype.parentNode=new Object();
/**
  * Property parentTextEdit
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx
*/

center.prototype.parentTextEdit=new Object();
/**
  * Property previousSibling
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx
*/

center.prototype.previousSibling=new Object();
/**
  * Property readyState
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx
*/

center.prototype.readyState=new Object();
/**
  * Property scopeName
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx
*/

center.prototype.scopeName="";
/**
  * Property scrollHeight
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534615.aspx
*/

center.prototype.scrollHeight=new Object();
/**
  * Property scrollLeft
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534617.aspx
*/

center.prototype.scrollLeft=0;
/**
  * Property scrollTop
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534618.aspx
*/

center.prototype.scrollTop=0;
/**
  * Property scrollWidth
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534619.aspx
*/

center.prototype.scrollWidth=new Object();
/**
  * Property sourceIndex
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx
*/

center.prototype.sourceIndex=0;
/**
  * Property all
  * @type all
  * @returns {all}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

center.prototype.all= new all();
/**
  * Property tabIndex
  * @type Number
  * @returns {Number}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx
*/

center.prototype.tabIndex=0;
/**
  * Property tagName
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx
*/

center.prototype.tagName="";
/**
  * Property tagUrn
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx
*/

center.prototype.tagUrn="";
/**
  * Property uniqueID
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx
*/

center.prototype.uniqueID="";
/**
  * function addBehavior(sUrl)
  * @param {String} sUrl
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx
*/

center.prototype.addBehavior=function(sUrl){};
/**
  * function appendChild(oNode)
  * @param {appendChild} oNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535934.aspx
*/

center.prototype.appendChild=function(oNode){};
/**
  * function applyElement(oNewElement)
  * @param {String} oNewElement
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx
*/

center.prototype.applyElement=function(oNewElement){};
/**
  * function attachEvent(sEvent,fpNotify)
  * @param {String} sEvent
  * @param {Boolean} fpNotify
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx
*/

center.prototype.attachEvent=function(sEvent,fpNotify){};
/**
  * function blur()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536347.aspx
*/

center.prototype.blur=function(){};
/**
  * Property onblur
  * @type onblur
  * @returns {onblur}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx
*/

center.prototype.onblur= new onblur();
/**
  * function clearAttributes()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx
*/

center.prototype.clearAttributes=function(){};
/**
  * function click()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536363.aspx
*/

center.prototype.click=function(){};
/**
  * Property onclick
  * @type onclick
  * @returns {onclick}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx
*/

center.prototype.onclick= new onclick();
/**
  * function cloneNode(bCloneChildren)
  * @param {Boolean} bCloneChildren
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx
*/

center.prototype.cloneNode=function(bCloneChildren){};
/**
  * function componentFromPoint(iCoordX,iCoordY)
  * @param {Number} iCoordX
  * @param {Number} iCoordY
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx
*/

center.prototype.componentFromPoint=function(iCoordX,iCoordY){};
/**
  * function contains(oElement)
  * @param {Boolean} oElement
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx
*/

center.prototype.contains=function(oElement){};
/**
  * function detachEvent(sEvent,fpNotify)
  * @param {String} sEvent
  * @param {attachEvent} fpNotify
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx
*/

center.prototype.detachEvent=function(sEvent,fpNotify){};
/**
  * function fireEvent(sEvent,oEventObject)
  * @param {String} sEvent
  * @param {event} oEventObject
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx
*/

center.prototype.fireEvent=function(sEvent,oEventObject){};
/**
  * function focus()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536425.aspx
*/

center.prototype.focus=function(){};
/**
  * Property onfocus
  * @type onfocus
  * @returns {onfocus}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx
*/

center.prototype.onfocus= new onfocus();
/**
  * function getAdjacentText(sWhere)
  * @param {String} sWhere
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx
*/

center.prototype.getAdjacentText=function(sWhere){};
/**
  * function getAttribute(sAttrName,iFlags,sAttrName)
  * @param {String} sAttrName
  * @param {Number} iFlags
  * @param {getAttribute} sAttrName
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx
*/

center.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){};
/**
  * function getAttributeNode(sName)
  * @param {String} sName
  * @type attribute
  * @returns {attribute}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx
*/

center.prototype.getAttributeNode=function(sName){};
/**
  * Property attribute
  * @type attribute
  * @returns {attribute}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx
*/

center.prototype.attribute= new attribute();
/**
  * Property name
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx
*/

center.prototype.name="";
/**
  * function getBoundingClientRect()
  * @type TextRectangle
  * @returns {TextRectangle}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx
*/

center.prototype.getBoundingClientRect=function(){};
/**
  * Property TextRectangle
  * @type TextRectangle
  * @returns {TextRectangle}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx
*/

center.prototype.TextRectangle= new TextRectangle();
/**
  * function getClientRects()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx
*/

center.prototype.getClientRects=function(){};
/**
  * function getElementsByTagName(sTagName)
  * @param {String} sTagName
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx
*/

center.prototype.getElementsByTagName=function(sTagName){};
/**
  * function getExpression(sPropertyName)
  * @param {String} sPropertyName
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/aa358797.aspx
*/

center.prototype.getExpression=function(sPropertyName){};
/**
  * function hasChildNodes()
  * @type HTML Elements
  * @returns {HTML}
 Elements
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx
*/

center.prototype.hasChildNodes=function(){};
/**
  * function insertAdjacentElement(sWhere,oElement)
  * @param {String} sWhere
  * @param {insertAdjacentElement} oElement
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx
*/

center.prototype.insertAdjacentElement=function(sWhere,oElement){};
/**
  * function insertAdjacentHTML(sWhere,sText)
  * @param {String} sWhere
  * @param {String} sText
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx
*/

center.prototype.insertAdjacentHTML=function(sWhere,sText){};
/**
  * function insertAdjacentText(sWhere,sText)
  * @param {String} sWhere
  * @param {String} sText
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx
*/

center.prototype.insertAdjacentText=function(sWhere,sText){};
/**
  * function insertBefore(oNewNode,oChildNode)
  * @param {Object} oNewNode
  * @param {Object} oChildNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536454.aspx
*/

center.prototype.insertBefore=function(oNewNode,oChildNode){};
/**
  * function mergeAttributes(oSource,bPreserve)
  * @param {Object} oSource
  * @param {Boolean} bPreserve
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx
*/

center.prototype.mergeAttributes=function(oSource,bPreserve){};
/**
  * function normalize()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx
*/

center.prototype.normalize=function(){};
/**
  * function releaseCapture()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536689.aspx
*/

center.prototype.releaseCapture=function(){};
/**
  * function removeAttribute(sName,iCaseSensitive)
  * @param {String} sName
  * @param {Number} iCaseSensitive
  * @type Boolean
  * @returns {Boolean}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx
*/

center.prototype.removeAttribute=function(sName,iCaseSensitive){};
/**
  * function removeAttributeNode(oSrcAttribute)
  * @param {attribute} oSrcAttribute
  * @type attribute
  * @returns {attribute}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx
*/

center.prototype.removeAttributeNode=function(oSrcAttribute){};
/**
  * function removeBehavior(iID)
  * @param {Number} iID
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx
*/

center.prototype.removeBehavior=function(iID){};
/**
  * function removeChild(oNode)
  * @param {Object} oNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536702.aspx
*/

center.prototype.removeChild=function(oNode){};
/**
  * function removeExpression(sPropertyName)
  * @param {String} sPropertyName
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/aa358798.aspx
*/

center.prototype.removeExpression=function(sPropertyName){};
/**
  * function removeNode(bRemoveChildren)
  * @param {Boolean} bRemoveChildren
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536708.aspx
*/

center.prototype.removeNode=function(bRemoveChildren){};
/**
  * function replaceAdjacentText(sWhere,sReplaceText)
  * @param {String} sWhere
  * @param {String} sReplaceText
  * @type String
  * @returns {String}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx
*/

center.prototype.replaceAdjacentText=function(sWhere,sReplaceText){};
/**
  * function replaceChild(oNewNode,oChildNode)
  * @param {Object} oNewNode
  * @param {Object} oChildNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536716.aspx
*/

center.prototype.replaceChild=function(oNewNode,oChildNode){};
/**
  * function replaceNode(oNewNode)
  * @param {Object} oNewNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536719.aspx
*/

center.prototype.replaceNode=function(oNewNode){};
/**
  * function scrollIntoView(bAlignToTop)
  * @param {Boolean} bAlignToTop
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536730.aspx
*/

center.prototype.scrollIntoView=function(bAlignToTop){};
/**
  * function setActive()
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536738.aspx
*/

center.prototype.setActive=function(){};
/**
  * function setAttribute(sName,vValue)
  * @param {String} sName
  * @param {Number} vValue
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx
*/

center.prototype.setAttribute=function(sName,vValue){};
/**
  * function setAttributeNode(oSrcAttribute)
  * @param {attribute} oSrcAttribute
  * @type attribute
  * @returns {attribute}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx
*/

center.prototype.setAttributeNode=function(oSrcAttribute){};
/**
  * function setCapture(bContainerCapture)
  * @param {Boolean} bContainerCapture
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536742.aspx
*/

center.prototype.setCapture=function(bContainerCapture){};
/**
  * function setExpression(sPropertyName,sExpression,sLanguage)
  * @param {String} sPropertyName
  * @param {String} sExpression
  * @param {String} sLanguage
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531196.aspx
*/

center.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){};
/**
  * function swapNode(oNode)
  * @param {Object} oNode
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx
*/

center.prototype.swapNode=function(oNode){};
/**
  * Property onactivate
  * @type onactivate
  * @returns {onactivate}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536787.aspx
*/

center.prototype.onactivate= new onactivate();
/**
  * Property activeElement
  * @type Object
  * @returns {Object}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx
*/

center.prototype.activeElement=new Object();
/**
  * Property onbeforeactivate
  * @type onbeforeactivate
  * @returns {onbeforeactivate}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx
*/

center.prototype.onbeforeactivate= new onbeforeactivate();
/**
  * Property onbeforecopy
  * @type onbeforecopy
  * @returns {onbeforecopy}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx
*/

center.prototype.onbeforecopy= new onbeforecopy();
/**
  * Property onbeforecut
  * @type onbeforecut
  * @returns {onbeforecut}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx
*/

center.prototype.onbeforecut= new onbeforecut();
/**
  * Property onbeforedeactivate
  * @type onbeforedeactivate
  * @returns {onbeforedeactivate}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx
*/

center.prototype.onbeforedeactivate= new onbeforedeactivate();
/**
  * Property onbeforeeditfocus
  * @type onbeforeeditfocus
  * @returns {onbeforeeditfocus}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx
*/

center.prototype.onbeforeeditfocus= new onbeforeeditfocus();
/**
  * Property onbeforepaste
  * @type onbeforepaste
  * @returns {onbeforepaste}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx
*/

center.prototype.onbeforepaste= new onbeforepaste();
/**
  * Property onblur
  * @type onblur
  * @returns {onblur}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx
*/

center.prototype.onblur= new onblur();
/**
  * Property onclick
  * @type onclick
  * @returns {onclick}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx
*/

center.prototype.onclick= new onclick();
/**
  * Property oncontextmenu
  * @type oncontextmenu
  * @returns {oncontextmenu}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx
*/

center.prototype.oncontextmenu= new oncontextmenu();
/**
  * Property oncontrolselect
  * @type oncontrolselect
  * @returns {oncontrolselect}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx
*/

center.prototype.oncontrolselect= new oncontrolselect();
/**
  * Property oncopy
  * @type oncopy
  * @returns {oncopy}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx
*/

center.prototype.oncopy= new oncopy();
/**
  * Property oncut
  * @type oncut
  * @returns {oncut}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx
*/

center.prototype.oncut= new oncut();
/**
  * Property ondblclick
  * @type ondblclick
  * @returns {ondblclick}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx
*/

center.prototype.ondblclick= new ondblclick();
/**
  * Property ondeactivate
  * @type ondeactivate
  * @returns {ondeactivate}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx
*/

center.prototype.ondeactivate= new ondeactivate();
/**
  * Property ondrag
  * @type ondrag
  * @returns {ondrag}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536923.aspx
*/

center.prototype.ondrag= new ondrag();
/**
  * Property ondragend
  * @type ondragend
  * @returns {ondragend}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536924.aspx
*/

center.prototype.ondragend= new ondragend();
/**
  * Property ondragenter
  * @type ondragenter
  * @returns {ondragenter}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536925.aspx
*/

center.prototype.ondragenter= new ondragenter();
/**
  * Property ondragleave
  * @type ondragleave
  * @returns {ondragleave}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536926.aspx
*/

center.prototype.ondragleave= new ondragleave();
/**
  * Property ondragover
  * @type ondragover
  * @returns {ondragover}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536927.aspx
*/

center.prototype.ondragover= new ondragover();
/**
  * Property ondragstart
  * @type ondragstart
  * @returns {ondragstart}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536928.aspx
*/

center.prototype.ondragstart= new ondragstart();
/**
  * Property ondrop
  * @type ondrop
  * @returns {ondrop}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536929.aspx
*/

center.prototype.ondrop= new ondrop();
/**
  * Property onfocus
  * @type onfocus
  * @returns {onfocus}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx
*/

center.prototype.onfocus= new onfocus();
/**
  * Property onfocusin
  * @type onfocusin
  * @returns {onfocusin}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx
*/

center.prototype.onfocusin= new onfocusin();
/**
  * Property onfocusout
  * @type onfocusout
  * @returns {onfocusout}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx
*/

center.prototype.onfocusout= new onfocusout();
/**
  * Property onhelp
  * @type onhelp
  * @returns {onhelp}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx
*/

center.prototype.onhelp= new onhelp();
/**
  * Property onkeydown
  * @type onkeydown
  * @returns {onkeydown}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx
*/

center.prototype.onkeydown= new onkeydown();
/**
  * Property onkeypress
  * @type onkeypress
  * @returns {onkeypress}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx
*/

center.prototype.onkeypress= new onkeypress();
/**
  * Property onkeyup
  * @type onkeyup
  * @returns {onkeyup}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx
*/

center.prototype.onkeyup= new onkeyup();
/**
  * Property onlosecapture
  * @type onlosecapture
  * @returns {onlosecapture}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx
*/

center.prototype.onlosecapture= new onlosecapture();
/**
  * Property onmousedown
  * @type onmousedown
  * @returns {onmousedown}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx
*/

center.prototype.onmousedown= new onmousedown();
/**
  * Property onmouseenter
  * @type onmouseenter
  * @returns {onmouseenter}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx
*/

center.prototype.onmouseenter= new onmouseenter();
/**
  * Property onmouseleave
  * @type onmouseleave
  * @returns {onmouseleave}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx
*/

center.prototype.onmouseleave= new onmouseleave();
/**
  * Property onmousemove
  * @type onmousemove
  * @returns {onmousemove}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx
*/

center.prototype.onmousemove= new onmousemove();
/**
  * Property onmouseout
  * @type onmouseout
  * @returns {onmouseout}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx
*/

center.prototype.onmouseout= new onmouseout();
/**
  * Property onmouseover
  * @type onmouseover
  * @returns {onmouseover}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx
*/

center.prototype.onmouseover= new onmouseover();
/**
  * Property onmouseup
  * @type onmouseup
  * @returns {onmouseup}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx
*/

center.prototype.onmouseup= new onmouseup();
/**
  * Property onmousewheel
  * @type onmousewheel
  * @returns {onmousewheel}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx
*/

center.prototype.onmousewheel= new onmousewheel();
/**
  * Property onmove
  * @type onmove
  * @returns {onmove}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx
*/

center.prototype.onmove= new onmove();
/**
  * Property onmoveend
  * @type onmoveend
  * @returns {onmoveend}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx
*/

center.prototype.onmoveend= new onmoveend();
/**
  * Property onmovestart
  * @type onmovestart
  * @returns {onmovestart}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx
*/

center.prototype.onmovestart= new onmovestart();
/**
  * Property onpaste
  * @type onpaste
  * @returns {onpaste}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx
*/

center.prototype.onpaste= new onpaste();
/**
  * Property onpropertychange
  * @type onpropertychange
  * @returns {onpropertychange}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx
*/

center.prototype.onpropertychange= new onpropertychange();
/**
  * Property onreadystatechange
  * @type onreadystatechange
  * @returns {onreadystatechange}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx
*/

center.prototype.onreadystatechange= new onreadystatechange();
/**
  * Property onresize
  * @type onresize
  * @returns {onresize}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536959.aspx
*/

center.prototype.onresize= new onresize();
/**
  * Property onresizeend
  * @type onresizeend
  * @returns {onresizeend}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx
*/

center.prototype.onresizeend= new onresizeend();
/**
  * Property onresizestart
  * @type onresizestart
  * @returns {onresizestart}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx
*/

center.prototype.onresizestart= new onresizestart();
/**
  * Property onselectstart
  * @type onselectstart
  * @returns {onselectstart}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536969.aspx
*/

center.prototype.onselectstart= new onselectstart();
/**
  * Property ontimeerror
  * @type ontimeerror
  * @returns {ontimeerror}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx
*/

center.prototype.ontimeerror= new ontimeerror();
/**
  * Property all
  * @type all
  * @returns {all}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

center.prototype.all= new all();
/**
  * Property attributes
  * @type attributes
  * @returns {attributes}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx
*/

center.prototype.attributes= new attributes();
/**
  * Property behaviorUrns
  * @type behaviorUrns
  * @returns {behaviorUrns}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx
*/

center.prototype.behaviorUrns= new behaviorUrns();
/**
  * Property childNodes
  * @type childNodes
  * @returns {childNodes}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

center.prototype.childNodes= new childNodes();
/**
  * Property TextNode
  * @type TextNode
  * @returns {TextNode}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx
*/

center.prototype.TextNode= new TextNode();
/**
  * Property children
  * @type children
  * @returns {children}
  * @memberOf center
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx
*/

center.prototype.children= new children();

Back to the top