DOC

com.yahoo.platform.yui : yui

Maven & Gradle

Feb 26, 2008

Yahoo! UI Library · The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources.

Table Of Contents

Latest Version

Download com.yahoo.platform.yui : yui Javadoc & API Documentation - Latest Versions:

All Versions

Download com.yahoo.platform.yui : yui Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file yui-2.5.0-javadoc.jar to yui-2.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder yui-2.5.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "yui-2.5.0-sources.jar" -d "yui-2.5.0-javadoc" -subpackages 

Advertisement