~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/base/README

  • Committer: Martin Albisetti
  • Date: 2008-10-20 21:18:06 UTC
  • mfrom: (229.1.3 add-yui-3)
  • Revision ID: martin.albisetti@canonical.com-20081020211806-rzs0ya40gz9wcpoz
Added yui library to the tree. Welcome to the future. (Paul Hummer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
3.0.0PR1 - Initial release
 
2
 
 
3
Module Name: "base"
 
4
Documentation: http://developer.yahoo.com/yui/3/base
 
5
 
 
6
Base is designed to be a low level class from which other attribute 
 
7
and event target based classes in the YUI library can be derived. 
 
8
It provides a standard template for creating attribute based objects 
 
9
across the library and provides a consistent init() and destroy() 
 
10
sequence, by chaining initialization (initializer) and destruction 
 
11
(destructor) methods for the class hierarcy.