Yahoo! UI Library

dd  3.0.0

Yahoo! UI Library > dd > Plugin.DDNodeScroll
Search:
 
Filters

Class Plugin.DDNodeScroll - extends DD.Scroll

Extends the Scroll class to make a parent node scroll while dragging.

Constructor

Plugin.DDNodeScroll ( )

Properties inherited from DD.Scroll:

Properties inherited from Attribute:

Properties inherited from Base:

Events

nodeChange

nodeChange ( event )
Fires when the value for the configuration attribute 'node' is changed. You can listen for the event using the on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.
Parameters:
event <Event.Facade> An Event Facade object with the following attribute specific properties added:
prevVal
The value of the attribute, prior to it being set
newVal
The value the attribute is to be set to
attrName
The name of the attribute being set
subAttrName
If setting a property within the attribute's value, the name of the sub-attribute property being set

Configuration Attributes

node - Node

The node we want to scroll. Used to set the internal parentScroll attribute.

Configuration attributes inherited from DD.Scroll:

Configuration attributes inherited from Base:


Copyright © 2009 Yahoo! Inc. All rights reserved.