Searched refs:ScrollView (Results 1 - 9 of 9) sorted by relevance

/yui3/src/scrollview/js/
H A Dscrollview.js4 * base ScrollView class implementation provided by the scrollview-base module, so that all scrollview instances
9 * <li><a href="../classes/ScrollView.html">ScrollView API documentation</a></li>
16 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
H A DScrollViewBaseIE.js7 Y.mix(Y.ScrollView.prototype, {
13 * @for ScrollView
33 * @for ScrollView
44 * @for ScrollView
H A Dscrollview-base.js2 * The scrollview-base module provides a basic ScrollView Widget, without scrollbar indicators
53 * ScrollView provides a scrollable widget, supporting flick gestures, across both touch and mouse based devices.
55 * @class ScrollView
60 function ScrollView() { function
61 ScrollView.superclass.constructor.apply(this, arguments);
64 Y.ScrollView = Y.extend(ScrollView, Y.Widget, {
66 // Y.ScrollView prototype
264 TRANS = ScrollView._TRANSITION,
268 easing = easing || ScrollView
[all...]
H A Dpaginator-plugin.js2 * Provides a plugin, which adds pagination support to ScrollView instances
7 var UI = (Y.ScrollView) ? Y.ScrollView.UI_SRC : "ui",
/yui3/build/scrollview/
H A Dscrollview-debug.js6 * base ScrollView class implementation provided by the scrollview-base module, so that all scrollview instances
11 * <li><a href="../classes/ScrollView.html">ScrollView API documentation</a></li>
18 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
/yui3/build/scrollview-base-ie/
H A Dscrollview-base-ie-debug.js9 Y.mix(Y.ScrollView.prototype, {
15 * @for ScrollView
35 * @for ScrollView
46 * @for ScrollView
/yui3/build/scrollview-base/
H A Dscrollview-base-debug.js4 * The scrollview-base module provides a basic ScrollView Widget, without scrollbar indicators
55 * ScrollView provides a scrollable widget, supporting flick gestures, across both touch and mouse based devices.
57 * @class ScrollView
62 function ScrollView() {
63 ScrollView.superclass.constructor.apply(this, arguments);
66 Y.ScrollView = Y.extend(ScrollView, Y.Widget, {
68 // Y.ScrollView prototype
266 TRANS = ScrollView._TRANSITION,
270 easing = easing || ScrollView
[all...]
/yui3/build/scrollview-paginator/
H A Dscrollview-paginator-debug.js4 * Provides a plugin, which adds pagination support to ScrollView instances
9 var UI = (Y.ScrollView) ? Y.ScrollView.UI_SRC : "ui",
/yui3/src/get/tests/
H A Dget-test.js2283 'test: Loader, ScrollView' : function() {
2288 Assert.isFunction(Y2.ScrollView, "ScrollView not loaded");

Completed in 1258 milliseconds