The YUI Global Object: Examples
YUI Global Object Examples
- YUI Core: YUI Core
- Load All Modules: Load All Modules
- Multiple Instances: Working with multiple YUI instances.
- YUI 2.x and 3.x: Working with YUI 2.x and 3.x.
- YUI Loader - Dynamically Adding YUI and External Modules: On-demand loading of YUI and non-YUI assets
- Create Class Hierarchies with
extend
: Create class hierarchies withextend
- Compose Classes of Objects with
augment
: Creating a composition-based class structure usingaugment
- Add Behaviors to Objects with
mix
: Add behaviors to objects or static classes withmix
- Combine Data Sets with
merge
: Combine data sets and create shallow copies of objects withmerge
- Check Data Types with
Lang
: Check data types with theLang Utilities
- Browser Detection with
UA
: Get information about the current user agent withUA