Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / other_specs / dom / platform-api.js
1 /*
2
3 This file is part of Ext JS 4
4
5 Copyright (c) 2011 Sencha Inc
6
7 Contact:  http://www.sencha.com/contact
8
9 GNU General Public License Usage
10 This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.  Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
11
12 If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.
13
14 */
15 describe("API", function() {
16
17     var actual = window;
18     var expected = {Ext:{core:{Element: function(){} }}},
19     Ext = expected.Ext;
20
21     /* Element-more.js */ Ext.core.Element.prototype.clean = function clean(){};
22     /* Element-more.js */ Ext.core.Element.prototype.createProxy = function createProxy(){};
23     /* Element-more.js */ Ext.core.Element.prototype.getLoader = function getLoader(){};
24     /* Element-more.js */ Ext.core.Element.prototype.monitorMouseLeave = function monitorMouseLeave(){};
25     /* Element-more.js */ Ext.core.Element.prototype.relayEvent = function relayEvent(){};
26     /* Element-more.js */ Ext.core.Element.prototype.swallowEvent = function swallowEvent(){};
27     /* Element-more.js */ Ext.core.Element.prototype.load = function load(){};
28
29     /* Element.alignment.js */ Ext.core.Element.prototype.getConstrainVector = function getConstrainVector(){};
30
31     // /* Element.anim.js */ Ext.core.Element.prototype.fadeIn = function fadeIn(){};
32     // /* Element.anim.js */ Ext.core.Element.prototype.fadeOut = function fadeOut(){};
33     // /* Element.anim.js */ Ext.core.Element.prototype.frame = function frame(){};
34     // /* Element.anim.js */ Ext.core.Element.prototype.ghost = function ghost(){};
35     // /* Element.anim.js */ Ext.core.Element.prototype.highlight = function highlight(){};
36     // /* Element.anim.js */ Ext.core.Element.prototype.pause = function pause(){};
37     // /* Element.anim.js */ Ext.core.Element.prototype.puff = function puff(){};
38     // /* Element.anim.js */ Ext.core.Element.prototype.scale = function scale(){};
39     // /* Element.anim.js */ Ext.core.Element.prototype.shift = function shift(){};
40     // /* Element.anim.js */ Ext.core.Element.prototype.slideIn = function slideIn(){};
41     // /* Element.anim.js */ Ext.core.Element.prototype.slideOut = function slideOut(){};
42     // /* Element.anim.js */ Ext.core.Element.prototype.switchOff = function switchOff(){};
43
44     // /* Element.dd.js */ Ext.core.Element.prototype.initDD = function initDD(){};
45     // /* Element.dd.js */ Ext.core.Element.prototype.initDDProxy = function initDDProxy(){};
46     // /* Element.dd.js */ Ext.core.Element.prototype.initDDTarget = function initDDTarget(){};
47
48     /* Element.fx-more.js */ Ext.core.Element.prototype.createShim = function createShim(){};
49     /* Element.fx-more.js */ Ext.core.Element.prototype.enableDisplayMode = function enableDisplayMode(){};
50     /* Element.fx-more.js */ Ext.core.Element.prototype.isDisplayed = function isDisplayed(){};
51     /* Element.fx-more.js */ Ext.core.Element.prototype.isMasked = function isMasked(){};
52
53     /* Element.fx.js */ Ext.core.Element.prototype.isVisible = function isVisible(){};
54     /* Element.fx.js */ Ext.core.Element.prototype.originalDisplay = String();
55     /* Element.fx.js */ Ext.core.Element.prototype.setDisplayed = function setDisplayed(){};
56     /* Element.fx.js */ Ext.core.Element.prototype.setVisibilityMode = function setVisibilityMode(){};
57     /* Element.fx.js */ Ext.core.Element.prototype.toggle = function toggle(){};
58     /* Element.fx.js */ Ext.core.Element.visibilityCls = String();
59
60     /* Element.insertion.js */ Ext.core.Element.prototype.appendChild = function appendChild(){};
61     /* Element.insertion.js */ Ext.core.Element.prototype.appendTo = function appendTo(){};
62     /* Element.insertion.js */ Ext.core.Element.prototype.createChild = function createChild(){};
63     /* Element.insertion.js */ Ext.core.Element.prototype.insertAfter = function insertAfter(){};
64     /* Element.insertion.js */ Ext.core.Element.prototype.insertBefore = function insertBefore(){};
65     /* Element.insertion.js */ Ext.core.Element.prototype.insertFirst = function insertFirst(){};
66     /* Element.insertion.js */ Ext.core.Element.prototype.insertHtml = function insertHtml(){};
67     /* Element.insertion.js */ Ext.core.Element.prototype.insertSibling = function insertSibling(){};
68     /* Element.insertion.js */ Ext.core.Element.prototype.replace = function replace(){};
69     /* Element.insertion.js */ Ext.core.Element.prototype.replaceWith = function replaceWith(){};
70     /* Element.insertion.js */ Ext.core.Element.prototype.wrap = function wrap(){};
71
72     /* Element.js */ Ext.core.Element.prototype.autoBoxAdjust = true;
73     /* Element.js */ Ext.core.Element.prototype.blur = function blur(){};
74     /* Element.js */ Ext.core.Element.prototype.clearListeners = function clearListeners(){};
75     /* Element.js */ Ext.core.Element.prototype.destroy = function destroy(){};
76     /* Element.js */ Ext.core.Element.prototype.focus = function focus(){};
77     /* Element.js */ Ext.core.Element.prototype.getAttributeNS = function getAttributeNS(){};
78     /* Element.js */ Ext.core.Element.prototype.hover = function hover(){};
79     /* Element.js */ Ext.core.Element.prototype.isBorderBox = function isBorderBox(){};
80     /* Element.js */ Ext.core.Element.prototype.on = function on(){};
81     /* Element.js */ Ext.core.Element.prototype.un = function un(){};
82     /* Element.js */ Ext.core.Element.prototype.update = function update(){};
83
84     /* Element.keys.js */ Ext.core.Element.prototype.addKeyListener = function addKeyListener(){};
85     /* Element.keys.js */ Ext.core.Element.prototype.addKeyMap = function addKeyMap(){};
86
87     /* Element.position.js */ Ext.core.Element.prototype.clearPositioning = function clearPositioning(){};
88     /* Element.position.js */ Ext.core.Element.prototype.getPositioning = function getPositioning(){};
89     /* Element.position.js */ Ext.core.Element.prototype.getRegion = function getRegion(){};
90     /* Element.position.js */ Ext.core.Element.prototype.getViewRegion = function getViewRegion(){};
91     /* Element.position.js */ Ext.core.Element.prototype.move = function move(){};
92     /* Element.position.js */ Ext.core.Element.prototype.moveTo = function moveTo(){};
93     /* Element.position.js */ Ext.core.Element.prototype.position = function position(){};
94     /* Element.position.js */ Ext.core.Element.prototype.setBounds = function setBounds(){};
95     /* Element.position.js */ Ext.core.Element.prototype.setLeftTop = function setLeftTop(){};
96     /* Element.position.js */ Ext.core.Element.prototype.setLocation = function setLocation(){};
97     /* Element.position.js */ Ext.core.Element.prototype.setPositioning = function setPositioning(){};
98     /* Element.position.js */ Ext.core.Element.prototype.setRegion = function setRegion(){};
99
100     /* Element.scroll.js */ Ext.core.Element.prototype.getScroll = function getScroll(){};
101     /* Element.scroll.js */ Ext.core.Element.prototype.isScrollable = function isScrollable(){};
102     /* Element.scroll.js */ Ext.core.Element.prototype.scroll = function scroll(){};
103     /* Element.scroll.js */ Ext.core.Element.prototype.scrollIntoView = function scrollIntoView(){};
104     /* Element.scroll.js */ Ext.core.Element.prototype.scrollTo = function scrollTo(){};
105
106     /* Element.static.js */ Ext.core.Element.fromPoint = function fromPoint(){};
107     /* Element.static.js */ Ext.core.Element.getDocumentHeight = function getDocumentHeight(){};
108     /* Element.static.js */ Ext.core.Element.getDocumentWidth = function getDocumentWidth(){};
109     /* Element.static.js */ Ext.core.Element.getOrientation = function getOrientation(){};
110     /* Element.static.js */ Ext.core.Element.getViewportHeight = function getViewportHeight(){};
111     /* Element.static.js */ Ext.core.Element.getViewportWidth = function getViewportWidth(){};
112     /* Element.static.js */ Ext.core.Element.normalize = function normalize(){};
113     /* Element.static.js */ Ext.core.Element.parseBox = function parseBox(){};
114     /* Element.static.js */ Ext.core.Element.parseStyles = function parseStyles(){};
115     /* Element.static.js */ Ext.core.Element.unitizeBox = function unitizeBox(){};
116
117     /* Element.style.js */ Ext.core.Element.prototype.addClsOnClick = function addClsOnClick(){};
118     /* Element.style.js */ Ext.core.Element.prototype.addClsOnFocus = function addClsOnFocus(){};
119     /* Element.style.js */ Ext.core.Element.prototype.addClsOnOver = function addClsOnOver(){};
120     /* Element.style.js */ Ext.core.Element.prototype.boxWrap = function boxWrap(){};
121     /* Element.style.js */ Ext.core.Element.prototype.clearOpacity = function clearOpacity(){};
122     /* Element.style.js */ Ext.core.Element.prototype.clip = function clip(){};
123     /* Element.style.js */ Ext.core.Element.prototype.getColor = function getColor(){};
124     /* Element.style.js */ Ext.core.Element.prototype.getComputedHeight = function getComputedHeight(){};
125     /* Element.style.js */ Ext.core.Element.prototype.getComputedWidth = function getComputedWidth(){};
126     /* Element.style.js */ Ext.core.Element.prototype.getFrameWidth = function getFrameWidth(){};
127     /* Element.style.js */ Ext.core.Element.prototype.getStyleSize = function getStyleSize(){};
128     /* Element.style.js */ Ext.core.Element.prototype.getStyles = function getStyles(){};
129     // /* Element.style.js */ Ext.core.Element.prototype.private = Object();
130     /* Element.style.js */ Ext.core.Element.prototype.setOpacity = function setOpacity(){};
131     /* Element.style.js */ Ext.core.Element.prototype.unclip = function unclip(){};
132     /* Element.style.js */ Ext.core.Element.prototype.unselectable = function unselectable(){};
133
134     /* Element.traversal.js */ Ext.core.Element.prototype.child = function child(){};
135     /* Element.traversal.js */ Ext.core.Element.prototype.down = function down(){};
136     /* Element.traversal.js */ Ext.core.Element.prototype.findParent = function findParent(){};
137     /* Element.traversal.js */ Ext.core.Element.prototype.findParentNode = function findParentNode(){};
138     /* Element.traversal.js */ Ext.core.Element.prototype.first = function first(){};
139     /* Element.traversal.js */ Ext.core.Element.prototype.last = function last(){};
140     /* Element.traversal.js */ Ext.core.Element.prototype.next = function next(){};
141     /* Element.traversal.js */ Ext.core.Element.prototype.parent = function parent(){};
142     /* Element.traversal.js */ Ext.core.Element.prototype.prev = function prev(){};
143     /* Element.traversal.js */ Ext.core.Element.prototype.query = function query(){};
144     /* Element.traversal.js */ Ext.core.Element.prototype.up = function up(){};
145
146     APITest({Ext:expected.Ext}, {Ext:actual.Ext});
147
148 });
149