~ubuntu-branches/ubuntu/quantal/maas/quantal-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/docs/index.html

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="en">
3
 
<head>
4
 
    <meta charset="utf-8">
5
 
    <title>YUI 3</title>
6
 
    <link rel="stylesheet" href="http://yui.yahooapis.com/3.4.0pr3/build/cssgrids/grids-min.css">
7
 
    <link rel="stylesheet" href="assets/css/main.css">
8
 
    <link rel="stylesheet" href="assets/vendor/prettify/prettify-min.css">
9
 
    <script src="../../build/yui/yui-min.js"></script>
10
 
</head>
11
 
<body>
12
 
 
13
 
<div id="doc">
14
 
    <h1>YUI 3</h1>
15
 
 
16
 
    
17
 
        <a href="#toc" class="jump">Jump to Table of Contents</a>
18
 
    
19
 
 
20
 
    <div class="yui3-g">
21
 
        <div id="main" class="yui3-u">
22
 
            <div class="content"><h2 id="welcome-to-yui-341">Welcome to YUI 3.4.1!</h2>
23
 
 
24
 
<p>
25
 
YUI is a set of utilities, infrastructure components, and widgets written in JavaScript and CSS for building richly interactive web applications. It is available under a <a href="http://yuilibrary.com/license/">BSD license</a> and is free for all uses.
26
 
</p>
27
 
 
28
 
<p>
29
 
This is the static documentation for YUI 3.4.1. For the most up-to-date, searchable docs, please visit the <a href="http://yuilibrary.com/">YUI website</a>.
30
 
</p>
31
 
 
32
 
<h2 id="links">Links</h2>
33
 
 
34
 
<ul>
35
 
    <li><a href="http://yuilibrary.com/yui/quick-start/">Quick Start</a> (for developers new to YUI)</li>
36
 
    <li><a href="http://yuilibrary.com/yui/docs/">Latest Online Documentation</a></li>
37
 
    <li><a href="http://yuilibrary.com/download/yui3/">Latest Production Release</a></li>
38
 
    <li><a href="http://yuilibrary.com/forum/">Forums</a></li>
39
 
    <li><a href="http://yuilibrary.com/license/">License</a></li>
40
 
    <li><a href="http://yuilibrary.com/contribute/">How to Contribute</a></li>
41
 
</ul>
42
 
 
43
 
<h2 id="directory-contents">Directory Contents</h2>
44
 
 
45
 
<p>
46
 
This package contains the following directories:
47
 
</p>
48
 
 
49
 
<ul>
50
 
  <li><p><code>api</code>: Generated API docs for the entire library in HTML format.</p></li>
51
 
 
52
 
  <li><p><code>build</code>: Built YUI source files. This is what you should load on your web pages. The built files are generated at development time from the contents of the <code>src</code> directory. The build step generates debug files (unminified and with full comments and logging), raw files (unminified, but without debug logging), and minified files (suitable for production deployment and use).</p></li>
53
 
 
54
 
  <li><p><code>docs</code>: User guides and examples for YUI components.</p></li>
55
 
 
56
 
  <li><p><code>src</code> Raw unbuilt source code (JavaScript, CSS, image assets, ActionScript files, etc.) for the library.</p></li>
57
 
</ul>
58
 
 
59
 
<p>
60
 
The individual component directories under the <code>src</code> directory contain Ant build files (<code>build.xml</code> and others) which can be used to build individual modules using the YUI Builder. The YUI Builder is part of the "builder" project, available on GitHub at <a href="https://github.com/yui/builder">https://github.com/yui/builder</a>
61
 
</p>
62
 
 
63
 
<h2 id="component-user-guides">Component User Guides</h2>
64
 
 
65
 
<ul>
66
 
  
67
 
    
68
 
        <li><a href="anim/index.html">Anim</a></li>
69
 
    
70
 
  
71
 
    
72
 
        <li><a href="app/index.html">App Framework</a></li>
73
 
    
74
 
  
75
 
    
76
 
        <li><a href="async-queue/index.html">AsyncQueue</a></li>
77
 
    
78
 
  
79
 
    
80
 
        <li><a href="attribute/index.html">Attribute</a></li>
81
 
    
82
 
  
83
 
    
84
 
        <li><a href="autocomplete/index.html">AutoComplete</a></li>
85
 
    
86
 
  
87
 
    
88
 
        <li><a href="base/index.html">Base</a></li>
89
 
    
90
 
  
91
 
    
92
 
        <li><a href="cache/index.html">Cache</a></li>
93
 
    
94
 
  
95
 
    
96
 
        <li><a href="calendar/index.html">Calendar</a></li>
97
 
    
98
 
  
99
 
    
100
 
        <li><a href="charts/index.html">Charts</a></li>
101
 
    
102
 
  
103
 
    
104
 
        <li><a href="console/index.html">Console</a></li>
105
 
    
106
 
  
107
 
    
108
 
        <li><a href="console-filters/index.html">ConsoleFilters Plugin</a></li>
109
 
    
110
 
  
111
 
    
112
 
        <li><a href="controller/index.html">Controller</a></li>
113
 
    
114
 
  
115
 
    
116
 
        <li><a href="cookie/index.html">Cookie Utility</a></li>
117
 
    
118
 
  
119
 
    
120
 
        <li><a href="cssbase/index.html">CSS Base</a></li>
121
 
    
122
 
  
123
 
    
124
 
        <li><a href="cssfonts/index.html">CSS Fonts</a></li>
125
 
    
126
 
  
127
 
    
128
 
        <li><a href="cssgrids/index.html">CSS Grids</a></li>
129
 
    
130
 
  
131
 
    
132
 
        <li><a href="cssreset/index.html">CSS Reset</a></li>
133
 
    
134
 
  
135
 
    
136
 
        <li><a href="dataschema/index.html">DataSchema</a></li>
137
 
    
138
 
  
139
 
    
140
 
        <li><a href="datasource/index.html">DataSource</a></li>
141
 
    
142
 
  
143
 
    
144
 
        <li><a href="datatable/index.html">DataTable</a></li>
145
 
    
146
 
  
147
 
    
148
 
        <li><a href="datatype/index.html">DataType</a></li>
149
 
    
150
 
  
151
 
    
152
 
        <li><a href="dial/index.html">Dial</a></li>
153
 
    
154
 
  
155
 
    
156
 
        <li><a href="dd/index.html">Drag and Drop</a></li>
157
 
    
158
 
  
159
 
    
160
 
        <li><a href="event/index.html">Event</a></li>
161
 
    
162
 
  
163
 
    
164
 
        <li><a href="event-custom/index.html">EventTarget</a></li>
165
 
    
166
 
  
167
 
    
168
 
        <li><a href="node-focusmanager/index.html">FocusManager Node Plugin</a></li>
169
 
    
170
 
  
171
 
    
172
 
        <li><a href="get/index.html">Get</a></li>
173
 
    
174
 
  
175
 
    
176
 
        <li><a href="graphics/index.html">Graphics</a></li>
177
 
    
178
 
  
179
 
    
180
 
        <li><a href="history/index.html">History</a></li>
181
 
    
182
 
  
183
 
    
184
 
        <li><a href="imageloader/index.html">ImageLoader</a></li>
185
 
    
186
 
  
187
 
    
188
 
        <li><a href="intl/index.html">Internationalization</a></li>
189
 
    
190
 
  
191
 
    
192
 
        <li><a href="io/index.html">IO Utility</a></li>
193
 
    
194
 
  
195
 
    
196
 
        <li><a href="json/index.html">JSON</a></li>
197
 
    
198
 
  
199
 
    
200
 
        <li><a href="jsonp/index.html">JSONP</a></li>
201
 
    
202
 
  
203
 
    
204
 
        <li><a href="node-menunav/index.html">MenuNav Node Plugin</a></li>
205
 
    
206
 
  
207
 
    
208
 
        <li><a href="model/index.html">Model</a></li>
209
 
    
210
 
  
211
 
    
212
 
        <li><a href="model-list/index.html">Model List</a></li>
213
 
    
214
 
  
215
 
    
216
 
        <li><a href="node/index.html">Node</a></li>
217
 
    
218
 
  
219
 
    
220
 
        <li><a href="overlay/index.html">Overlay</a></li>
221
 
    
222
 
  
223
 
    
224
 
        <li><a href="panel/index.html">Panel</a></li>
225
 
    
226
 
  
227
 
    
228
 
        <li><a href="plugin/index.html">Plugin</a></li>
229
 
    
230
 
  
231
 
    
232
 
        <li><a href="profiler/index.html">Profiler</a></li>
233
 
    
234
 
  
235
 
    
236
 
        <li><a href="recordset/index.html">Recordset</a></li>
237
 
    
238
 
  
239
 
    
240
 
        <li><a href="resize/index.html">Resize</a></li>
241
 
    
242
 
  
243
 
    
244
 
        <li><a href="editor/index.html">Rich Text Editor</a></li>
245
 
    
246
 
  
247
 
    
248
 
        <li><a href="scrollview/index.html">ScrollView</a></li>
249
 
    
250
 
  
251
 
    
252
 
        <li><a href="slider/index.html">Slider</a></li>
253
 
    
254
 
  
255
 
    
256
 
        <li><a href="sortable/index.html">Sortable</a></li>
257
 
    
258
 
  
259
 
    
260
 
        <li><a href="stylesheet/index.html">StyleSheet</a></li>
261
 
    
262
 
  
263
 
    
264
 
        <li><a href="swf/index.html">SWF Utility</a></li>
265
 
    
266
 
  
267
 
    
268
 
        <li><a href="tabview/index.html">TabView</a></li>
269
 
    
270
 
  
271
 
    
272
 
        <li><a href="test/index.html">Test</a></li>
273
 
    
274
 
  
275
 
    
276
 
        <li><a href="transition/index.html">Transition</a></li>
277
 
    
278
 
  
279
 
    
280
 
        <li><a href="uploader/index.html">Uploader</a></li>
281
 
    
282
 
  
283
 
    
284
 
        <li><a href="view/index.html">View</a></li>
285
 
    
286
 
  
287
 
    
288
 
        <li><a href="widget/index.html">Widget</a></li>
289
 
    
290
 
  
291
 
    
292
 
        <li><a href="yql/index.html">YQL Query</a></li>
293
 
    
294
 
  
295
 
    
296
 
        <li><a href="yui/index.html">YUI Global Object</a></li>
297
 
    
298
 
  
299
 
</ul>
300
 
</div>
301
 
        </div>
302
 
 
303
 
        <div id="sidebar" class="yui3-u">
304
 
            
305
 
                <div id="toc" class="sidebox">
306
 
                    <div class="hd">
307
 
                        <h2 class="no-toc">Table of Contents</h2>
308
 
                    </div>
309
 
 
310
 
                    <div class="bd">
311
 
                        <ul class="toc">
312
 
<li>
313
 
<a href="#welcome-to-yui-341">Welcome to YUI 3.4.1!</a>
314
 
</li>
315
 
<li>
316
 
<a href="#links">Links</a>
317
 
</li>
318
 
<li>
319
 
<a href="#directory-contents">Directory Contents</a>
320
 
</li>
321
 
<li>
322
 
<a href="#component-user-guides">Component User Guides</a>
323
 
</li>
324
 
</ul>
325
 
                    </div>
326
 
                </div>
327
 
            
328
 
 
329
 
            
330
 
 
331
 
            
332
 
        </div>
333
 
    </div>
334
 
</div>
335
 
 
336
 
<script src="assets/vendor/prettify/prettify-min.js"></script>
337
 
<script>prettyPrint();</script>
338
 
 
339
 
</body>
340
 
</html>