Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

YUI: Difference between revisions

From MoodleDocs
m (Yahoo! user interface library moved to Development:YUI)
m (link edits)
Line 4: Line 4:


*[[Yahoo Global Object]] (/lib/yui/yahoo/yahoo.js)
*[[Yahoo Global Object]] (/lib/yui/yahoo/yahoo.js)
*[[Yahoo Event Utility]] (/lib/yui/event/event.js)
*[[YUI event utility|YUI event utility]] (/lib/yui/event/event.js)
*[[Yahoo DOM Manipulation ]] (/lib/yui/dom/dom.js)
*[[Yahoo DOM Manipulation ]] (/lib/yui/dom/dom.js)
*[[Yahoo Connection Manager]] (/lib/yui/connection/connection.js)
*[[Yahoo Connection Manager]] (/lib/yui/connection/connection.js)
*[[Yahoo Drag and Drop Utility]] (/lib/yui/dragdrop/dragdrop.js)
*[[Yahoo Drag and Drop Utility]] (/lib/yui/dragdrop/dragdrop.js)
*[[Yahoo Animation Utility]] (/lib/yui/animation/animation.js)
*[[Yahoo Animation Utility]] (/lib/yui/animation/animation.js)
*[[Yahoo Tree View]] (/lib/yui/treeview/treeview.js)
*[[YUI TreeView|YUI TreeView]] (/lib/yui/treeview/treeview.js)

Revision as of 11:41, 29 July 2007

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. All components in the YUI Library have been released as open source under a BSD license and are free for all uses. Details of the YUI can be found at the Yahoo Developer Website [1]

YUI contains a number of libraries