YUI 3

Jump to Table of Contents

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.

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 the src 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