Searched defs:View (Results 1 - 1 of 1) sorted by relevance

/yui3/src/app/js/
H A Dview.js16 The View class imposes little structure and provides only minimal functionality
20 As of YUI 3.5.0, View allows ad-hoc attributes to be specified at instantiation
21 time, so you don't need to subclass `Y.View` to add custom attributes. Just pass
24 var view = new Y.View({foo: 'bar'});
27 @class View
33 function View() { function
34 View.superclass.constructor.apply(this, arguments);
37 Y.View = Y.extend(View, Y.Base, {
69 var view = new Y.View({
[all...]

Completed in 12 milliseconds