Module: node
The Node Utility provides a DOM-like interface for interacting with DOM nodes.
This module contains the following classes:
Submodules:
node-base
- The Node class provides a wrapper for manipulating DOM Nodes.
Node properties can be accessed via the set/get methods.
Use Y.get() to retrieve Node instances.
NOTE: Node properties are accessed using
the
set
and get
methods.
node-style
- Extended Node interface for managing node styles.
node-screen
- Extended Node interface for managing regions and screen positioning.
Adds support for positioning elements and normalizes window size and scroll detection.
node
- Extended Node interface for managing classNames.
node-screen
- Extended Node interface for managing regions and screen positioning.
Adds support for positioning elements and normalizes window size and scroll detection.