]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/sortable/sortable-scroll.js
Release 6.2.2
[Github/sugarcrm.git] / include / javascript / yui3 / build / sortable / sortable-scroll.js
1 /*
2  Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3  Code licensed under the BSD License:
4  http://developer.yahoo.com/yui/license.html
5  version: 3.3.0
6  build: 3167
7  */
8 YUI.add('sortable-scroll',function(Y){var SortScroll=function(){SortScroll.superclass.constructor.apply(this,arguments);};Y.extend(SortScroll,Y.Base,{initializer:function(){var host=this.get('host');host.plug(Y.Plugin.DDNodeScroll,{node:host.get('container')});host.delegate.on('drop:over',function(e){if(this.dd.nodescroll&&e.drag.nodescroll){e.drag.nodescroll.set('parentScroll',Y.one(this.get('container')));}});}},{ATTRS:{host:{value:''}},NAME:'SortScroll',NS:'scroll'});Y.namespace('Y.Plugin');Y.Plugin.SortableScroll=SortScroll;},'3.3.0',{requires:['sortable','dd-scroll']});