[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 YUI.add('scrollview', function (Y, NAME) { 9 10 /** 11 * <p> 12 * The scrollview module does not add any new classes. It simply plugs the ScrollViewScrollbars plugin into the 13 * base ScrollView class implementation provided by the scrollview-base module, so that all scrollview instances 14 * have scrollbars enabled. 15 * </p> 16 * 17 * <ul> 18 * <li><a href="../classes/ScrollView.html">ScrollView API documentation</a></li> 19 * <li><a href="scrollview-base.html">scrollview-base Module documentation</a></li> 20 * </ul> 21 * 22 * @module scrollview 23 */ 24 25 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars); 26 27 28 }, '3.17.2', {"requires": ["scrollview-base", "scrollview-scrollbars"]});
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |