-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (167 loc) · 6.76 KB
/
index.html
File metadata and controls
229 lines (167 loc) · 6.76 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en" lang="en">
<head>
<!-- Generic browser family -->
<title>WAJAF Demos, a WebAbility® Network Project</title>
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="Expires" content="-1" />
<meta name="Keywords" content="WAJAF, WebAbility" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Charset" content="UTF-8" />
<meta name="Language" content="en" />
<link rel="stylesheet" href="/skins/css/wajaf.css" type="text/css" />
</head>
<body>
<div class="container">
<h1 style="font-size: 20px;">The <a href="http://www.webability.info/?P=wajaf">WebAbility® Javascript Application Framework</a> demo site</h1>
Any doubt ? please refer to the <a href="http://www.webability.info/?P=documentacion" target="_blank">WAJAF v3 Documentation</a><br />
<br />
<table></tr><td style="width: 50%; vertical-align: top; border-right: 1px solid #666666; padding-right: 10px;">
<h2>4GL</h2>
<div style="border: 2px solid #008800; background-color: #88ff88; padding: 10px; text-align: center;">
<img src="skins/images/xml.gif" style="width: 55px; float: left;" />
<a href="examples/4gl/index.html" target="_blank" style="font-weight: bold;">Jump to the 4GL demo based on XML files<br />"One page application"</a>
</div>
<br />
<div style="border: 2px solid #008800; background-color: #88ff88; padding: 10px; text-align: center;">
<img src="skins/images/php.gif" style="width: 55px; float: left;" />
<a href="examples/4glphpcode/index.html" target="_blank" style="font-weight: bold;">Jump to the 4GL demo based on PHP classes<br />"One page application"</a>
</div>
<br />
<h3>Containers</h3>
<a href="examples/containers/lab.html">Containers test lab</a>
<br /><br />
</div>
<h3>Elements:</h3>
<a href="examples/elements/lab.html">Elements test lab</a>
<br /><br />
</td>
<td style="width: 50%; vertical-align: top; padding-left: 10px;">
<h2>WAJAF v2</h2>
<h3><a href="examples/compatchart.html">Compatibility chart</a></h3>
<h3>Prototypes</h3>
<ul>
<a href="examples/proto.transformer.html">Function.prototype.buildTransformer examples</a><br />
<a href="examples/proto.filter.html">Function.prototype.buildFilter examples</a><br />
<a href="examples/proto.compact.html">Function.prototype.buildCompact examples</a><br />
<a href="examples/proto.delay.html">Function.prototype.delay examples</a><br />
<a href="examples/proto.string.html">String.prototype.* examples</a><br />
<a href="examples/proto.array.html">Array.prototype.* examples</a><br />
<a href="examples/proto.date.html">Date.prototype.* examples</a><br />
</ul>
<h3>The Core</h3>
<ul>
<a href="examples/core.attributes.html">Attributes examples</a><br />
<a href="examples/core.zindex.html">getNextZIndex examples</a><br />
<a href="examples/core.is.html">Verification functions is* examples</a><br />
<a href="examples/core.other.html">Objects and Nodes functions examples</a><br />
<a href="examples/core.get.html">Node functions get() examples</a><br />
</ul>
<h3>The Tools</h3>
<ul>
<h4>WA.i18n</h4>
<ul>
<a href="examples/i18n.message.html">Internationalization of texts and messages</a><br />
</ul>
<h4>WA.debug</h4>
<ul>
<a href="examples/tools.debug.html">Debug example</a><br />
</ul>
<h4>WA.UTF8</h4>
<ul>
<a href="examples/tools.utf8.html">UTF8 example</a><br />
</ul>
<h4>WA.Entities</h4>
<ul>
<a href="examples/tools.entities.html">Entities example</a><br />
</ul>
<h4>WA.JSON</h4>
<ul>
<a href="examples/tools.json.html">JSON example</a><br />
</ul>
<h4>WA.browser</h4>
<ul>
<a href="examples/tools.browser.attributes.html">Attributes example</a><br />
<a href="examples/tools.browser.metrics.html">Metrics functions example</a><br />
<a href="examples/tools.browser.size.html">Size functions example</a><br />
</ul>
<h4>WA.render</h4>
<ul>
<a href="examples/tools.render.html">Render example</a><br />
</ul>
<h4>RGB</h4>
<ul>
<a href="examples/tools.rgb.html">RGB example</a><br />
</ul>
</ul>
<h3>The Managers</h3>
<ul>
<h4>eventManager - DOM Events</h4>
<ul>
<a href="examples/event.load.html">Load/flush events example</a><br />
<a href="examples/event.mouse.html">Mouse events example</a><br />
<a href="examples/event.key.html">Keyboard events example</a><br />
</ul>
<h4>ajaxManager - AJAX</h4>
<ul>
<a href="examples/ajax.request.html">Simple ajax call</a><br />
<a href="examples/ajax.periodic.html">Periodic ajax call</a><br />
<a href="examples/ajax.differed.html">Differed ajax call</a><br />
<a href="examples/ajax.indicator.html">Indicator of ajax call</a><br />
<a href="examples/ajax.notify.html">Notify ajax call</a><br />
<a href="examples/ajax.catcherror.html">Catch errors on ajax call</a><br />
</ul>
<h4>soundManager - Sounds</h4>
<ul>
<a href="examples/sound.play.html">Play some sounds</a><br />
</ul>
<h4>animManager - Animations</h4>
<ul>
<a href="examples/anim.default.html">Default animations</a><br />
<a href="examples/anim.position.html">Position animation</a><br />
<a href="examples/anim.size.html">Size animation</a><br />
<a href="examples/anim.transp.html">Transparency animation</a><br />
<a href="examples/anim.color.html">Color animation</a><br />
<a href="examples/anim.combined.html">Combined animation</a><br />
<a href="examples/anim.animator.html">Image Animator</a><br />
</ul>
<h4>ondemandManager - Files On Demand</h4>
<ul>
<a href="examples/ondemand.js.html">Overload Javascript functions</a><br />
<a href="examples/ondemand.css.html">Change presentation skin like</a><br />
<a href="examples/ondemand.page.html">Pages on demand</a><br />
</ul>
<h4>ddManager - Drag & Drop</h4>
<ul>
<a href="examples/dd.move.html">Simple drag movement</a><br />
<a href="examples/dd.feedback.html">Drag & drop listener</a><br />
<a href="examples/dd.list.html">List selection example</a><br />
</ul>
<h4>helpManager - Interactive onscreen help</h4>
<ul>
<a href="examples/help.show.html">Show help on elements</a><br />
</ul>
<h4>messageManager - Messages queuing</h4>
<ul>
<a href="examples/message.dispatch.html">Messages dispatcher</a><br />
</ul>
<h4>drawManager - drawing lines</h4>
<ul>
<a href="examples/draw.lines.html">Draw some lines</a><br />
<a href="examples/draw.clock.html">An analog clock</a><br />
</ul>
<h4>space3dManager - 3D simulation</h4>
<ul>
<a href="examples/space3d.anim.html">Show 3D animation with points</a><br />
<a href="examples/space3d.interactive.html">3D interactive cloud</a><br />
</ul>
</ul>
</td></tr></table>
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
</div>
</div>
</body>
</html>