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

/yui3/src/uploader/js/
H A Duploader-flash.js22 * @class UploaderFlash
28 function UploaderFlash(config) { function
29 UploaderFlash.superclass.constructor.apply ( this, arguments );
34 Y.UploaderFlash = Y.extend(UploaderFlash, Y.Widget, {
97 * Construction logic executed during UploaderFlash instantiation.
275 * Creates the DOM structure for the UploaderFlash.
276 * UploaderFlash's DOM structure consists of two layers: the base "Select Files"
294 contentBox.append(Y.Node.create(substitute(UploaderFlash.FLASH_CONTAINER,
308 * Binds handlers to the UploaderFlash U
[all...]

Completed in 19 milliseconds