Welcome to YUI 3.4.0!
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 BSD license and is free for all uses.
This is the static documentation for YUI 3.4.0. For the most up-to-date, searchable docs, please visit the YUI website.
Links
- Quick Start (for developers new to YUI)
- Latest Online Documentation
- Latest Production Release
- Forums
- License
- How to Contribute
Directory Contents
This package contains the following directories:
api
: Generated API docs for the entire library in HTML format.build
: 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 thesrc
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).docs
: User guides and examples for YUI components.src
Raw unbuilt source code (JavaScript, CSS, image assets, ActionScript files, etc.) for the library.
The individual component directories under the src
directory contain Ant build files (build.xml
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 https://github.com/yui/builder
Component User Guides
- Anim
- App Framework
- AsyncQueue
- Attribute
- AutoComplete
- Base
- Cache
- Calendar
- Charts
- Console
- ConsoleFilters Plugin
- Controller
- Cookie Utility
- CSS Base
- CSS Fonts
- CSS Grids
- CSS Reset
- DataSchema
- DataSource
- DataTable
- DataType
- Dial
- Drag and Drop
- Event
- EventTarget
- FocusManager Node Plugin
- Get
- Graphics
- History
- ImageLoader
- Internationalization
- IO Utility
- JSON
- JSONP
- MenuNav Node Plugin
- Model
- Model List
- Node
- Overlay
- Panel
- Plugin
- Profiler
- Recordset
- Resize
- Rich Text Editor
- ScrollView
- Slider
- Sortable
- StyleSheet
- SWF Utility
- TabView
- Test
- Transition
- Uploader
- View
- Widget
- YQL Query
- YUI Global Object