diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/modules/dataschema.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/modules/dataschema.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1680 @@ + + + + + dataschema - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

dataschema Module

+
+ + + User Guide & Examples + + + + + + + + + + +
+ + + +
+

The DataSchema utility provides a common configurable interface for widgets to +apply a given schema to a variety of data.

+
+ + + +
+
+ +

This module provides the following classes:

+ + + +
+ +
+ +

This module is a rollup of the following modules:

+ +
    + +
  • + + dataschema-array + + +
    + Provides a DataSchema implementation which can be used to work with data +stored in arrays. +
    +
  • + +
  • + + dataschema-base + + +
    + Provides the base DataSchema implementation, which can be extended to +create DataSchemas for specific data formats, such XML, JSON, text and +arrays. +
    +
  • + +
  • + + dataschema-json + + +
    + Provides a DataSchema implementation which can be used to work with JSON data. +
    +
  • + +
  • + + dataschema-text + + +
    + Provides a DataSchema implementation which can be used to work with +delimited text data. +
    +
  • + +
  • + + dataschema-xml + + +
    + Provides a DataSchema implementation which can be used to work with XML data. +
    +
  • + +
+ +
+
+ +
+
+
+
+
+
+ + + + + + + + + +