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

/yui3/src/uploader/js/
H A Duploader-html5.js18 * @class UploaderHTML5
23 function UploaderHTML5(config) { function
24 UploaderHTML5.superclass.constructor.apply ( this, arguments );
29 Y.UploaderHTML5 = Y.extend( UploaderHTML5, Y.Widget, {
63 // Y.UploaderHTML5 prototype
66 * Construction logic executed during UploaderHTML5 instantiation.
232 * Create the DOM structure for the UploaderHTML5.
233 * UploaderHTML5's DOM structure consists of a "Select Files" button that can
247 this._fileInputField = Y.Node.create(UploaderHTML5
[all...]

Completed in 693 milliseconds