forked from UIZE/UIZE-JavaScript-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindow.html
More file actions
161 lines (134 loc) · 6.82 KB
/
Window.html
File metadata and controls
161 lines (134 loc) · 6.82 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Window | JavaScript Reference | UIZE JavaScript Framework</title>
<meta name="keywords" content="UIZE JavaScript Framework JavaScript Reference "/>
<meta name="description" content="document..."/>
<link rel="alternate" type="application/rss+xml" title="UIZE JavaScript Framework - Latest News" href="http://www.uize.com/latest-news.rss"/>
<link rel="stylesheet" href="../css/page.css"/>
<link rel="stylesheet" href="../css/page.simpledoc.css"/>
</head>
<body>
<script type="text/javascript" src="../js/Uize.js"></script>
<h1 class="document-title">
<a id="page-homeLink" href="../index.html" title="UIZE JavaScript Framework home"></a>
<a href="../javascript-reference.html" class="breadcrumb breadcrumbWithArrow">JAVASCRIPT REFERENCE</a>
Window
</h1>
<div class="main">
<div id="page_contents" class="contents-tree-shell">
<ul>
<li>Contents
<ul>
<li><a href="#1" title="document...">1. Introduction</a></li>
<li><a href="#2" title="DIFFERENT USAGES">2. Constructor</a></li>
<li><a href="#3">3. Instance Methods</a>
<ul>
<li><a href="#3_1" title="<< >> ">3.1. toString</a></li>
<li><a href="#3_2" title="<< >> ">3.2. valueOf</a></li>
</ul>
</li>
<li><a href="#4">4. Instance Properties</a>
<ul>
<li><a href="#4_1" title="<< >> ">4.1. constructor</a></li>
</ul>
</li>
<li><a href="#5">5. Static Methods</a>
<ul>
<li><a href="#5_1" title="<< >> ">5.1. Window.apply</a></li>
<li><a href="#5_2" title="<< >> ">5.2. Window.call</a></li>
<li><a href="#5_3" title="<< >> ">5.3. Window.toString</a></li>
<li><a href="#5_4" title="<< >> ">5.4. Window.valueOf</a></li>
</ul>
</li>
<li><a href="#6">6. Static Properties</a>
<ul>
<li><a href="#6_1" title="<< >> ">6.1. Window.constructor</a></li>
<li><a href="#6_2" title="<< >> ">6.2. Window.length</a></li>
<li><a href="#6_3" title="<< >> ">6.3. Window.prototype</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="contents0">
<a name="1"></a>
<h1 class="heading1" title="1. Introduction"><span class="headingNumber"><a href="#1" title="1. Introduction">1</a>. </span>Introduction</h1>
<div class="contents1">
<p>document...</p>
</div>
<a name="2"></a>
<h1 class="heading1" title="2. Constructor"><span class="headingNumber"><a href="#2" title="2. Constructor">2</a>. </span>Constructor</h1>
<div class="contents1">
<p><span class="allCaps">DIFFERENT USAGES</span></p>
<p></p>
</div>
<a name="3"></a>
<h1 class="heading1" title="3. Instance Methods"><span class="headingNumber"><a href="#3" title="3. Instance Methods">3</a>. </span>Instance Methods</h1>
<div class="contents1">
<a name="3_1"></a>
<h2 class="heading2" title="3. Instance Methods -> 3.1. toString"><span class="headingNumber"><a href="#3" title="3. Instance Methods">3</a>.<a href="#3_1" title="3. Instance Methods -> 3.1. toString">1</a>. </span>toString</h2>
<div class="contents2">
</div>
<a name="3_2"></a>
<h2 class="heading2" title="3. Instance Methods -> 3.2. valueOf"><span class="headingNumber"><a href="#3" title="3. Instance Methods">3</a>.<a href="#3_2" title="3. Instance Methods -> 3.2. valueOf">2</a>. </span>valueOf</h2>
<div class="contents2">
</div>
</div>
<a name="4"></a>
<h1 class="heading1" title="4. Instance Properties"><span class="headingNumber"><a href="#4" title="4. Instance Properties">4</a>. </span>Instance Properties</h1>
<div class="contents1">
<a name="4_1"></a>
<h2 class="heading2" title="4. Instance Properties -> 4.1. constructor"><span class="headingNumber"><a href="#4" title="4. Instance Properties">4</a>.<a href="#4_1" title="4. Instance Properties -> 4.1. constructor">1</a>. </span>constructor</h2>
<div class="contents2">
</div>
</div>
<a name="5"></a>
<h1 class="heading1" title="5. Static Methods"><span class="headingNumber"><a href="#5" title="5. Static Methods">5</a>. </span>Static Methods</h1>
<div class="contents1">
<a name="5_1"></a>
<h2 class="heading2" title="5. Static Methods -> 5.1. Window.apply"><span class="headingNumber"><a href="#5" title="5. Static Methods">5</a>.<a href="#5_1" title="5. Static Methods -> 5.1. Window.apply">1</a>. </span>Window.apply</h2>
<div class="contents2">
</div>
<a name="5_2"></a>
<h2 class="heading2" title="5. Static Methods -> 5.2. Window.call"><span class="headingNumber"><a href="#5" title="5. Static Methods">5</a>.<a href="#5_2" title="5. Static Methods -> 5.2. Window.call">2</a>. </span>Window.call</h2>
<div class="contents2">
</div>
<a name="5_3"></a>
<h2 class="heading2" title="5. Static Methods -> 5.3. Window.toString"><span class="headingNumber"><a href="#5" title="5. Static Methods">5</a>.<a href="#5_3" title="5. Static Methods -> 5.3. Window.toString">3</a>. </span>Window.toString</h2>
<div class="contents2">
</div>
<a name="5_4"></a>
<h2 class="heading2" title="5. Static Methods -> 5.4. Window.valueOf"><span class="headingNumber"><a href="#5" title="5. Static Methods">5</a>.<a href="#5_4" title="5. Static Methods -> 5.4. Window.valueOf">4</a>. </span>Window.valueOf</h2>
<div class="contents2">
</div>
</div>
<a name="6"></a>
<h1 class="heading1" title="6. Static Properties"><span class="headingNumber"><a href="#6" title="6. Static Properties">6</a>. </span>Static Properties</h1>
<div class="contents1">
<a name="6_1"></a>
<h2 class="heading2" title="6. Static Properties -> 6.1. Window.constructor"><span class="headingNumber"><a href="#6" title="6. Static Properties">6</a>.<a href="#6_1" title="6. Static Properties -> 6.1. Window.constructor">1</a>. </span>Window.constructor</h2>
<div class="contents2">
</div>
<a name="6_2"></a>
<h2 class="heading2" title="6. Static Properties -> 6.2. Window.length"><span class="headingNumber"><a href="#6" title="6. Static Properties">6</a>.<a href="#6_2" title="6. Static Properties -> 6.2. Window.length">2</a>. </span>Window.length</h2>
<div class="contents2">
</div>
<a name="6_3"></a>
<h2 class="heading2" title="6. Static Properties -> 6.3. Window.prototype"><span class="headingNumber"><a href="#6" title="6. Static Properties">6</a>.<a href="#6_3" title="6. Static Properties -> 6.3. Window.prototype">3</a>. </span>Window.prototype</h2>
<div class="contents2">
</div>
</div>
</div>
</div>
<script type="text/javascript">
Uize.module ({
required:[
'UizeDotCom.Page.Doc.library',
'UizeDotCom.Page.Doc'
],
builder:function () {(window.page = new UizeDotCom.Page.Doc).wireUi ()}
});
</script>
</body></html>