diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/examples/attribute/attribute-basic-speeddate_clean.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/examples/attribute/attribute-basic-speeddate_clean.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,277 @@ + + + +
+ ++This example builds on the "Basic Configuration" example, +showing how you can use attribute to model objects in your application. +
+ +
+As with the basic example, it is geared towards users who want to create their own classes from
+scratch and add attribute support. In most cases you should consider extending the
+Base class when you need attribute support, instead
+of augmenting Attribute directly. Base does the work described
+in this example for you, in addition to making it easier for users to extend you class.
+