YUI recommends YUI3.
YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.
This documentation is no longer maintained.
An advanced application using several YUI Utilities and Controls. This example shows a layout similar to the new Yahoo! Mail look and feel. This is not a new product from Yahoo! or YUI, just a demonstration of how YUI components can work in concert in the context of a more complex application.
Note: There is a unresolved performance issue with this example on pre-Intel Macs running the latest Opera browser.
This example contains a few YUI Utilities and Controls as well as the use of a few Yahoo! Services. Here is the complete list of items used:
YUI Utilities:
YUI Controls:
Yahoo! Tools/Services:
This example was designed to be used with the YUILoader and Get Utilities. Each important piece of the puzzle is created and stored in a separate Javasript file. Here are the links to the actual source files (listed in order of operation):
This file uses YUILoader to load: reset-fonts-grids, utilities, tabview, selector, resize and layout. Once they have loaded, it creates the main page layout. In it's render listener it loads tabview.js
and button.js
This file creates the main TabView used for the center unit. It also creates the welcome screen and uses Get
to load the news.js
file. If the Inbox tab is selected, it will use Get
to load the inbox.js
.
This file makes several calls to Yahoo! Pipes with the Get
utility in order to fetch the 4 news feeds for the home screen.
This file uses YUILoader
to fetch the DataTable and SimpleEditor (for the toolbar) modules to display the inbox. It also makes a call to a Yahoo! Pipe to gather the data to be populated by the DataTable.
This file handles the 3 main buttons on the screen: Check Mail, New Message and Search Web. It also handles the click for the New Message button which calls Get
to load the editor.js
file.
This file loads an Editor instance for use in the New Message tab.
This file loads a Calendar instance and sets up the animation for showing and hiding via the calendar box in the lower left corner.
This file loads a Logger instance and places it in the right unit.
All YUI 2.x users should review the YUI 2.8.2 security bulletin, which discusses a vulnerability present in YUI 2.4.0-2.8.1.
Copyright © 2013 Yahoo! Inc. All rights reserved.